summaryrefslogtreecommitdiff
path: root/static/v10/man1/split.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 21:07:28 -0400
commit711594636704defae873be1a355a292505585afd (patch)
tree59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/split.1
parent3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff)
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/split.1')
-rw-r--r--static/v10/man1/split.130
1 files changed, 30 insertions, 0 deletions
diff --git a/static/v10/man1/split.1 b/static/v10/man1/split.1
new file mode 100644
index 00000000..907a8fcc
--- /dev/null
+++ b/static/v10/man1/split.1
@@ -0,0 +1,30 @@
+.pa 1
+.he 'SPLIT (I)'1/15/73'SPLIT (I)'
+.ti 0
+NAME split -- split a file into pieces
+.sp
+.ti 0
+SYNOPSIS split [ [ file1 ] file2 ]
+.sp
+.ti 0
+DESCRIPTION Split reads file1 and writes
+it in 1000-line pieces, as many as are necessary, onto
+a set of output files. The name of the first output
+file is file2 with an "a" appended, and so on
+through the alphabet and beyond. If no output name is given,
+"x" is default.
+.sp
+If no input file is given, or the first argument is "-",
+then the standard input file is used.
+.sp
+.ti 0
+FILES -
+.sp
+.ti 0
+SEE ALSO --
+.sp
+.ti 0
+DIAGNOSTICS yes
+.sp
+.ti 0
+BUGS Watch out for 8-character file names.