<quote who="[EMAIL PROTECTED]"> > Is there a command that finds a file containing a certain word? > > find and apropos don't. They work on filenames only.
grep ... and you can use -r to search through files/directories recursively. - Jeff -- Robot Parade http://www.robotparade.com.au/ m. +61 423 989 818 p. +61 2 9318 0284 f. +61 2 9318 2884 -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
