Wednesday, August 25, 2010

How do you split a big file into small chunks?

I have big file of 15GB. I want to split this file
into 4GB pieces so that i can burn DVDS. you can
apply following Command

$sudo split -d -b4096m fullback.cpio fullback

above command creates fullback00,fullback01,...etc

No comments:

Post a Comment