grep - global regular expression print
 
 
- The grep utility can search globally (across files and directories) for patterns (regular expressions) and display the results (print them to standard output)
- grep -l -i superwidget talbert/* to list files [case insensitive] in my directory that contain “superwidget” or “SuperWidget”.