The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-16-2002
auswipe's Avatar
auswipe auswipe is offline
Registered User
 

Join Date: Nov 2001
Location: Wide Awake Wylie, Texas
Posts: 536
Off the top of my head I would say to try the command `split`. It allows you to break a file into chunks with a megabyte option. Might try something like :

Code:
split -b 1000m SomeReallyBigTarFile.tar
Of course, this only works if the tar is on a filesystem and not on tape.

Of course, after I posted this response I got to thinking: "How would I recombine that split parts?" That's a good question and I am thinking about it..

Hmmmm.....
__________________
Not quite as cool as all the other Kids...