| Split Command Samples |
|
|
|
| How To - Split Command | |
| Written by Christian Foronda | |
| Thursday, 07 January 2010 18:25 | |
|
Split the file "newfile.txt" into three separate files called newaa, newab and newac each file the size of 22 split -b 22 newfile.txt new
Split the file "newfile.txt" into files beginning with the name "new" each containing 300 lines of text each split -l 300 file.txt new
Similar articles
|
|
| Last Updated on Thursday, 07 January 2010 18:31 |


