summaryrefslogtreecommitdiff
path: root/static/v10/man1/split.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man1/split.1')
-rw-r--r--static/v10/man1/split.130
1 files changed, 0 insertions, 30 deletions
diff --git a/static/v10/man1/split.1 b/static/v10/man1/split.1
deleted file mode 100644
index 907a8fcc..00000000
--- a/static/v10/man1/split.1
+++ /dev/null
@@ -1,30 +0,0 @@
-.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.