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.