Augie’s Weblog

October 27, 2008

Split a large file up into smaller files

Filed under: Linux — admin @ 2:04 pm

use the command
split

split –bytes=3999m filename.img

this will split the file into 4.2GB files so they can fit on a DVDs.

then use cat command to join again.

cat file1 file2 >> outputname

ref:
http://www.techiecorner.com/107/how-to-split-large-file-into-several-smaller-files-linux/

http://www.computerhope.com/unix/usplit.htm

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.

Powered by WordPress