Re: tar and splitted files

From: Andy Fraser (andyfraser31_at_hotmail.com)
Date: 01/09/05


Date: Sun, 09 Jan 2005 22:07:51 +0000

In alt.os.linux, Jay uttered these immortal words:

> I have a 2 Gb data file which I want to burn onto 3 CD-R's (haven't got
> a DVD burner yet). What is the syntax for tar which allows to split a
> file in say 3 smaller files ? Compression is not necessary.

man split
 
> Thanks for the info. I have to confess I read the man page for tar but I
> didn't find or understand how to do that.

$ man tar
/split
Pattern not found (press RETURN)

No wonder you couldn't work out how to do it from the tar man page.

-- 
Andy.


Relevant Pages

  • Re: tar problems
    ... > changed a little bit the syntax of tar. ... to omit it has always required some strange parsing of the command ... can you now do the usual GNUish mix of ...
    (Fedora)
  • Re: tar --- sun or GNU
    ... At least with older GNU tar versions, it does not work to extract ... POSIX archives if the filename prefix is at least 138 characters. ... It depends on how you define "command-line syntax compatible". ... the users only depend on the official command line syntax. ...
    (comp.unix.solaris)
  • Re: tar problems
    ... at the end it turned out not to be a bug. ... changed a little bit the syntax of tar. ... tar cvjf dest.tar.bz2 source --exclude file_to_exclude ...
    (Fedora)
  • Re: preserving directory tree when copying only new files
    ... something like the following would work, if I could discover the right syntax. ... I have found examples of a similar construction for using tar with rsh over a network, but I want to untar to a different directory on the same disk. ...
    (comp.unix.shell)
  • Re: preserving directory tree when copying only new files
    ... something like the following would work, if I could discover the right syntax. ... I have found examples of a similar construction for using tar with rsh over a network, but I want to untar to a different directory on the same disk. ...
    (comp.unix.shell)