Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SplitOptions ¶
type SplitOptions struct {
Lines int // -l: put NUMBER lines per output file
Bytes string // -b: put SIZE bytes per output file
Number int // -n: generate N output files
Suffix int // -a: generate suffixes of length N (default 2)
NumericSufx bool // -d: use numeric suffixes
Verbose bool // --verbose: print diagnostic
}
SplitOptions configures the split command behavior
Click to show internal directories.
Click to hide internal directories.