#split -b 200m image.iso
#cat xa* > new-image.iso
It will generate three files - xaa, xab, xac, of 200MB each.
Then, use cat to combine the files:
#cat xa* > new-image.iso
It will generate three files - xaa, xab, xac, of 200MB each.
Then, use cat to combine the files:
No comments:
Post a Comment