Command grep

Documentation for the grep command in /trans/cmds/grep.c.

Command

USAGE grep [-inv] <target> <files>

Locates and displays lines matching specified pattern within specified files.

Flags:

-i for case insensitive comparison
-n to display line numbers
-v to invert slection - ie display lines NOT matching.

File generated by Lima 1.1a4 reStructured Text daemon.