Index

Man Page for grep

NAME
        grep -- Find things
 
SYNOPSIS
        grep [Options].. [Regex]...
 
DESCRIPTION
        Look for patterns in the standard input and output only
        matching lines.
        -x  Use full regex (i.e. * is not expanded to .* automatically)
        -v  Invert the sense of matching, to select non-matching lines.
AUTHOR
        Written by JochenT.
 
REPORTING BUGS
        Report bugs to <jochen@jtoee.com>.
 
COPYRIGHT
        Copyright © 2004 JTOEE.