[techtalk] Tar file splitting

franzoni at edisons.it franzoni at edisons.it
Wed Nov 17 12:35:33 EST 1999


On Wed, 17 Nov 1999, coder wrote:

> Ex:
> 
> cat foo_aa >> foo.tar;
> cat foo_ab >> foo.tar;
> cat foo_ac >> foo.tar;

you can only use

cat foo_* > foo.tar (they're in alphabetical order)

Eugenia


************
techtalk at linuxchix.org   http://www.linuxchix.org




More information about the Techtalk mailing list