Pier Fumagalli wrote:
I believe you added -name "*.tar.gz", right? :-) Yes, just one little thing,
it should be '*.tar.gz' (single quotes, not double quotes) to avoid shell
expansion... Fixed it, now it should be all right...
Single quotes make a difference if the quoted string contains
shell variable references. There is no difference regarding
globbing. Just try
 ls "*"
It should give you something like
 ls: *: No such file or directory

Are you sure you are on the right track?

J.Pietschmann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to