linux poison RSS
linux poison Email

HowTo Split the files

Below is an example on how to use the split command: Using split on a 600MB image.iso file:

split -b 200mb image.iso

It will generate 3 files with the following file sizes:

200MB xaa
200MB xab
200MB xac

after split use: cat for combine a file

cat xa* > new-image.iso


0 comments:

Post a Comment

Related Posts with Thumbnails