Format: grep [[-i] [-w] [-F] text]
This command searches all files edited and all files in MULTI's file list for the string entered. The output from this command is put in a temporary window. Double-clicking any of the lines in this window opens an Editor.
If text is specified, then that expression is used. Otherwise, the debugger will prompt you for an expression. If the -i option is specified, grep will search in a case-insensitive way. If the -w option is specified, grep will only find matches which match as a whole word. If the -F option is specified, grep will treat text as a fixed string to search for, rather than a regular expression.
This command works by running the GNU grep utility. For your convenience, a copy of GNU grep is installed along with MULTI. However, GNU grep is not part of MULTI and is not distributed under the same license as MULTI. For more information about the GNU General Public License which GNU grep is distributed under, refer to the file gnugrep.README, which is located in the directory where MULTI is installed.