home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / split.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  520 b   |  35 lines

  1. .th SPLIT I 1/15/73
  2. .sh NAME
  3. split \*- split a file into pieces
  4. .sh SYNOPSIS
  5. .bd split
  6. .bd \*-\fIn
  7. [ file [ name ] ]
  8. .sh DESCRIPTION
  9. .it Split
  10. reads
  11. .it file
  12. and writes
  13. it in
  14. \fIn\fR-line
  15. pieces
  16. (default 1000), as many as necessary,
  17. onto
  18. a set of output files.  The name of the first output
  19. file is
  20. .it name
  21. with
  22. .bd aa
  23. appended, and so on
  24. lexicographically.
  25. If no output name is given,
  26. .bd x
  27. is default.
  28. .s3
  29. If no input file is given, or
  30. if
  31. .bd \*-
  32. is given in its stead,
  33. then the standard input file is used.
  34. .sh BUGS
  35.