Penguin
Annotated edit history of split(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SPLIT
2 !!!SPLIT
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 split - split a file into pieces
15 !!SYNOPSIS
16
17
18 __split__ [[''OPTION''] [[''INPUT''
19 [[''PREFIX'']]
20 !!DESCRIPTION
21
22
23 Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab,
24 ...; default PREFIX is `x'. With no INPUT, or when INPUT is
25 -, read standard input.
26
27
28 __-b__, __--bytes__=''SIZE''
29
30
31 put SIZE bytes per output file
32
33
34 __-C__, __--line-bytes__=''SIZE''
35
36
37 put at most SIZE bytes of lines per output file
38
39
40 __-l__, __--lines__=''NUMBER''
41
42
43 put NUMBER lines per output file
44
45
46 __-NUMBER__
47
48
49 same as __-l__ NUMBER
50
51
52 __--verbose__
53
54
55 print a diagnostic to standard error just before each output
56 file is opened
57
58
59 __--help__
60
61
62 display this help and exit
63
64
65 __--version__
66
67
68 output version information and exit
69
70
71 SIZE may have a multiplier suffix: b for 512, k for 1K, m
72 for 1 Meg.
73 !!AUTHOR
74
75
76 Written by Torbjorn Granlund and Richard M.
77 Stallman.
78 !!REPORTING BUGS
79
80
81 Report bugs to
82 !!COPYRIGHT
83
84
85 Copyright 1999 Free Software Foundation, Inc.
86 This is free software; see the source for copying
87 conditions. There is NO warranty; not even for
88 MERCHANTABILITY or FITNESS FOR A PARTICULAR
89 PURPOSE.
90 !!SEE ALSO
91
92
93 The full documentation for __split__ is maintained as a
94 Texinfo manual. If the __info__ and __split__ programs
95 are properly installed at your site, the
96 command
97
98
99 __info split__
100
101
102 should give you access to the complete manual.
103 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.