[TriLUG] Cool Linux phone, and grep question

Magnus magnus at trilug.org
Wed Jan 31 09:14:57 EST 2007


Warren Myers wrote:
> couldn't you do a recursive ls and pipe it into grep?
> 
> ls -R *.c | grep "schedule"

Or use "find" with no pipes.

find . -name \*.c -exec grep "schedule(" \;

-- 
Trying to figure out what to do with big heavy and retired Sun servers
in the Raleigh area? Drop me a note.



More information about the TriLUG mailing list