Table of Contents


NAME

grep - grep without exec (Decida Procedure)

USAGE

          grep args

ARGUMENTS

args Regular expression to be searched, followed by file name glob regular expression or OPTIONS.

OPTIONS

-exec go ahead and exec ls with the specified switches
-h prepend output line with file name
-i ignore case

RESULTS

Returns list of lines matching regular expression.

AUTHOR

Richard Booth

Table of Contents