./csplit --examples
Funciones y ejemplos de uso
file-read
csplit /path/to/input-file 1
cat xx01
file-write
echo DATA >/path/to/temp-file
csplit -z -b '%doutput-file' /path/to/temp-file 1
./related --binary=csplit
Binarios relacionados
Comparten al menos una función con csplit.