Structs§
- Csplit
Config - Configuration for the csplit command.
Enums§
- Pattern
- A parsed csplit pattern.
Functions§
- csplit_
file - Split a file based on patterns.
- csplit_
from_ path - Split a file by reading from a path or stdin (“-”).
- format_
suffix - Simple sprintf-like formatter for suffix format strings. Supports %d, %02d, %03d, etc.
- output_
filename - Generate the output filename for a given file index.
- parse_
pattern - Parse a pattern string into a Pattern enum.
- print_
sizes - Print the sizes of created files to stdout.