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

操作系统开发

开发平台:

WINDOWS

  1. .TH SED 1
  2. .SH NAME
  3. sed - stream editor
  4. .SH SYNOPSIS
  5. fBsedfR [fB-egnfR]fR [fB-f fIscript_filefR]fR [fIedit_scriptfR] [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 "-e" "Accept multiple commands commands on the commands line"
  19. .FL "-f" "The following argument contains the edit script"
  20. .FL "-g" "Set the global flag on all substitute commands"
  21. .FL "-n" "Only output selected lines"
  22. .SH EXAMPLES
  23. .EX "sed -f script <file" "Run a sed script on fIfilefR"
  24. .EX "sed (fm/pig/s//hog/g(fm <file" "Replace fIpigfR by fIhogfR in the file"
  25. .SH DESCRIPTION
  26. .PP
  27. fISedfR is a stream editor.
  28. It takes an edit script either from its argument or a file, and performs
  29. an edit session on a named file or fIstdinfR, producing output 
  30. on fIstdoutfR.
  31. .SH "SEE ALSO"
  32. .BR cgrep (1),
  33. .BR fgrep (1),
  34. .BR grep (1),
  35. .BR awk (9).