FOLD.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH FOLD 1
  2. .SH NAME
  3. fold - fold long lines
  4. .SH SYNOPSIS
  5. fBfoldfR [fB-fInfR]fR [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 "-fInfR" "How long should the output lines be"
  19. .SH EXAMPLES
  20. .EX "fold -60" "Fold fIstdinfR to 60 characters"
  21. .EX "fold file" "Fold fIfilefP to 80 characters"
  22. .SH DESCRIPTION
  23. .PP
  24. fIFoldfR takes copies its input from the named file (or fIstdinfR,
  25. if none is specified) to standard output.
  26. However, lines longer than the given maximum (default 80) are broken
  27. into multiple lines of the maximum length by inserting new line characters.
  28. .SH "SEE ALSO"
  29. .BR width (1).