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