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

操作系统开发

开发平台:

WINDOWS

  1. .TH SPLIT 1
  2. .SH NAME
  3. split - split a large file into several smaller files
  4. .SH SYNOPSIS
  5. fBsplitfR [fB-fInfR]fR [fIfile fR[fIprefixfR]fR]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 "-fInfP" "Number of lines per piece (default: 1000)"
  19. .SH EXAMPLES
  20. .EX "split -200 file" "Split fIfilefP into pieces of 200 lines each"
  21. .EX "split file z" "Split fIfilefP into fIzaafP, fIzabfP, etc."
  22. .SH DESCRIPTION
  23. .PP
  24. .I Split 
  25. reads fIfilefP and writes it out in fInfP-line pieces.
  26. By default, the pieces are called fIxaafP, fIxabfP, etc.
  27. The optional second argument can be used to provide an alternative
  28. prefix for the output file names.
  29. .SH "SEE ALSO"
  30. .BR cat (1).