From 97d5c458cfa039d857301e1ca7d5af3beb37131d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 26 Apr 2026 16:38:00 -0400 Subject: build: Better Build System --- static/unix-v10/man1/split.1 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 static/unix-v10/man1/split.1 (limited to 'static/unix-v10/man1/split.1') diff --git a/static/unix-v10/man1/split.1 b/static/unix-v10/man1/split.1 new file mode 100644 index 00000000..907a8fcc --- /dev/null +++ b/static/unix-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. -- cgit v1.2.3