[wellylug] spliting iso

Vincent Cox vinnie1 at paradise.net.nz
Sun Feb 6 10:47:26 NZDT 2005


E.Chalaron wrote:

>Hi there
>
>Is there a way I can split a 15 G iso file into several ??????
>Has Mkisofs a split option or should I tar the directory first ?
>Thanks
>E 
>
>
>  
>
Hi

You could try this to split a file, the 1m is the file size, man split 
for more info-
 split -b 1m file

to put it back togrether -
 cat file1 file2... >>file

vince




More information about the wellylug mailing list