9 Şubat 2011 Çarşamba

Linux ZIP dosyalarını bölme

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

Hiç yorum yok: