summaryrefslogtreecommitdiff
path: root/static/v10/man1/split.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/v10/man1/split.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
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.