Split Linux Howto.txt

(0 KB) Pobierz
Examples

split -b 22 newfile.txt new

Split the file "newfile.txt" into three separate files called newaa, newab and newac each file the size of 22.

split -l 300 file.txt new

Split the file "newfile.txt" into files beginning with the name "new" each containing 300 lines of text each
Zgłoś jeśli naruszono regulamin