From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/split.html | 91 ----------------------------------------------------- 1 file changed, 91 deletions(-) delete mode 100644 man/man1/split.html (limited to 'man/man1/split.html') diff --git a/man/man1/split.html b/man/man1/split.html deleted file mode 100644 index ff3a3d38..00000000 --- a/man/man1/split.html +++ /dev/null @@ -1,91 +0,0 @@ - -split(1) - Plan 9 from User Space - - - - -
-
-
SPLIT(1)SPLIT(1) -
-
-

NAME
- -
- - split – split a file into pieces
- -
-

SYNOPSIS
- -
- - split [ option ... ] [ file ]
- -
-

DESCRIPTION
- -
- - Split reads file (standard input by default) and writes it in - pieces of 1000 lines per output file. The names of the output - files are xaa, xab, and so on to xzz. The options are
- −n n   Split into n-line pieces.
- −l n   Synonym for −n n, a nod to Unix’s syntax.
- −e expression
-
-
- - File divisions occur at each line that matches a regular expression; - see regexp(7). Multiple −e options may appear. If a subexpression - of expression is contained in parentheses (...), the output file - name is the portion of the line which matches the subexpression.
- -
- −f stem
-
-
- - Use stem instead of x in output file names.
- -
- −s suffix
-
-
- - Append suffix to names identified under −e.
- -
- −x    Exclude the matched input line from the output file.
- −i    Ignore case in option −e; force output file names (excluding - the suffix) to lower case.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/split.c
-
-
-

SEE ALSO
- -
- - sed(1), awk(1), grep(1), regexp(7)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3