The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



Thread: find , grep
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-01-2008
joeyg's Avatar
joeyg joeyg is offline
premier etoile de match
 

Join Date: Dec 2007
Location: Home of world champion Boston Celtics
Posts: 625
finding text in files

>grep -i word *

will show the filename and line of text for all instances where word is found

on differences:
grep looks at what is in files
find locates files, as in by name
Reply With Quote