For When You Can't Have The Real Thing
[ start | index | login ]
start > Linux > split

split

Created by dave. Last edited by dave, 299 days ago. Viewed 200 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Splitting big files into small ones

example:

$ tar cfp - $SPEC | split -b 100m - split.tar

This would create files as split.taraa, split.tarab, etc

To extract from such a set:

$ cat split.tar?? | tar xvfp -

(>>Source)

no comments | post comment

Virtual Dave Megaplex:

Internet Explorer 6 Users >>Click Here

(read this note about local search)

Logged in Users: (0)
… and a Guest.


Installed 7 years and 30 days ago
Powered By >>SnipSnap Version 1.0b1-uttoxeter

This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt