Home   >>   Split Command   >>   Split Command Samples
Split Command Samples PDF Print E-mail
( 0 Votes )
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

 




blog comments powered by Disqus
Last Updated on Thursday, 07 January 2010 18:31