minix man page for cgrep

Query: cgrep

OS: minix

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CGREP(1)						      General Commands Manual							  CGREP(1)

NAME
cgrep - grep and display context
SYNOPSIS
cgrep [-a n] [-b n] [-f] [-l n] [-n] [-w n] pattern [file] ...
OPTIONS
-a How many lines to display after the matching line -b How many lines to display before the matching line -f Suppress file name in the output -l Lines are truncated to this length before comparison -n Suppress line numbers in the output -w Sets window size (same as -a n -b n)
EXAMPLES
cgrep -w 3 hello file1 # Print 3 lines of context each way
DESCRIPTION
Cgrep is a program like grep, except that it also can print a few lines above and/or below the matching lines. It also prints the line numbers of the output.
SEE ALSO
grep(1), fgrep(1). CGREP(1)
Related Man Pages
egrep(1) - bsd
grep(1) - plan9
plan9-grep(1) - debian
grep(1) - ultrix
zgrep(1) - netbsd
Similar Topics in the Unix Linux Community
cgrep for the most recent 15min output
grep, cgrep or something close
print chunk of lines only if there is a pattern match in between them
grep across multiple lines
sed Range Pattern and 2 lines before Start Pattern