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   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to