Home > Bookmarks, Linux > LINUX – Split Large File

LINUX – Split Large File

September 22nd, 2007 Leave a comment Go to comments

split -b 100m newfile.zip newfile.zip_vol_ – would split the file “newfile.zip” into three separate files called newfile.zip_vol_aa, newfile.zip_vol_ab and newfile.zip_vol_ac each file the size of 100 Mbyte.

after split use: cat for combine a file

cat newfile.zip_vol_* > newfile.zip

  1. No comments yet.
  1. No trackbacks yet.
GoCache - ByREV-Cache v1.0 - live served in : 0.13952 sec (gzip)