CGREP.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH CGREP 1
  2. .SH NAME
  3. cgrep - grep and display context
  4. .SH SYNOPSIS
  5. fBcgrepfR [fB-a fInfR]fR [fB-b fInfR] [fB-ffR] [fB-l fInfR]  [fB-nfR] [fB-w fInfR] fIpatternfR [fIfilefR] ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-a" "How many lines to display after the matching line"
  19. .FL "-b" "How many lines to display before the matching line"
  20. .FL "-f" "Suppress file name in the output"
  21. .FL "-l" "Lines are truncated to this length before comparison"
  22. .FL "-n" "Suppress line numbers in the output"
  23. .FL "-w" "Sets window size (same as fB-afR n fB-bfR n)"
  24. .SH EXAMPLES
  25. .EX "cgrep -w 3 hello file1" "Print 3 lines of context each way"
  26. .SH DESCRIPTION
  27. .PP
  28. fICgrepfR is a program like fIgrepfR, except that it also can print
  29. a few lines above and/or below the matching lines.
  30. It also prints the line numbers of the output.
  31. .SH "SEE ALSO"
  32. .BR grep (1),
  33. .BR fgrep (1).