I know this is an old question, but I've been trying to catch up with my
email and no one else has answered the question.

Use the "split" command to break up the large file into small ones.  Then,
when you want to put them together again, use "cat".  I haven't used
"split" in a long time, so I don't know the exact syntax you want to use;
consult "man split" or "info split".  And, yes, you can use "split" on
tarred and/or gzipped files.

hth,
kf

-- 
My recommendation: Don't shop at Explorer Micro, Columbus, Ohio.


On Thu, 17 Aug 2000, UK Jaiswal wrote:

= Hi,
= 
= What would be the way to copy very big files on to floppies in linux. In
= DOS, you could "pkzip -& a:xyz.zip big_file.exe"
= I tried using "tar -cMvf /mnt/floppy/xyz.tar 8_mb_file.tar.gz" but it
= did not work.
= 
= Uk
= 
= 
= 
= _______________________________________________
= Redhat-list mailing list
= [EMAIL PROTECTED]
= https://listman.redhat.com/mailman/listinfo/redhat-list
= 



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to