bug-coreutils
[Top][All Lists]
Advanced

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

Re: ls command


From: Kamil Dudka
Subject: Re: ls command
Date: Wed, 17 Mar 2010 16:08:58 +0100
User-agent: KMail/1.13.0 (Linux/2.6.31.12-174.2.22.fc12.x86_64; KDE/4.4.0; x86_64; ; )

On Wed March 17 2010 15:32:06 Paul Gerber wrote:
> RHEL5: The following two commands give different answers (Written by
> Richard Stallman and David MacKenzie). Is that intended?
> 
> Best regards,  Paul Gerber
> 
> > /bin/ls *.pdb
> > 
> > 1fkn.pdb water_cluster.pdb
> > 
> > /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.

Kamil




reply via email to

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