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

操作系统开发

开发平台:

C/C++

  1. .TH WIDTH 1
  2. .SH NAME
  3. width - force all the lines of a file to a given width
  4. .SH SYNOPSIS
  5. fBwidthfR [fB-fInfR [ fIinfilefR [fIoutfilefR]fRfR
  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" "Outline line size"
  19. .SH EXAMPLES
  20. .EX "width -60 x y" "Copy fIxfR to fIyfR, force lines to 60 cols"
  21. .EX "width x" "Copy default (80) column lines to fIstdoutfR"
  22. .SH DESCRIPTION
  23. .PP
  24. The input file is copied to the output file.
  25. All lines are forced to a given size (default: 80 columns) by padding with
  26. spaces or truncating.
  27. Tabs are expanded to spaces.
  28. .SH "SEE ALSO"
  29. .BR fold (1).