On Sun, 07 Jun 2015 14:59:51 +0200, Volker Armin Hemmann wrote: > >> 'cd' to the lowest dir which contains them all, > >> then 'grep -r "Check/Money Order" *.php'. > > That will only search *.php files in the current directory, you need > > nope
The shell expands the *.php to a list of matching files in the current directory. You need a . to mtch the current directory. -- Neil Bothwick He who asks a question is a fool for a minute, He who doesn't ask is a fool for a lifetime.
pgpauAXFxuSSR.pgp
Description: OpenPGP digital signature

