bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ls command


From: Eric Blake
Subject: Re: ls command
Date: Wed, 17 Mar 2010 09:46:45 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b1 Thunderbird/3.0.3

On 03/17/2010 09:08 AM, Kamil Dudka wrote:
>>> /bin/ls  *.pdb *.pdb.Z *.pdb.gz
>>> /bin/ls: No match
> 
> You are fighting with the shell wildcard expansion.  I suggest to check what 
> arguments really go the the ls(1) utility in the first place.

In case that advice wasn't clear, try:

$ echo /bin/ls *.pdb *.pdb.Z *.pdb.gz

to see what you are passing to ls on the command line, which might
explain why ls is then issuing a message.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]