grep Command
Purpose:
Searchs the file system for files that contain the given text
Syntax:
grep stringpattern,filepattern
Comments:
Based on Linux grep command. Command is only useful in terminal mode. Supplying quotes around directory name is not necessary unless name contains spaces.
Example:
grep database *.hex