On Tue, 8 Aug 2000, Bayard Coolidge USG ZKO3-3/S20 wrote:
> 'split' is a POSIX command, I believe, and is therefore available on
> POSIX-compliant UNIX systems; we have it on Tru64 UNIX.

  Not only that, but split is the essence of simplicity and the Unix
Philosophy.  It simply takes a file and splits it up into smaller files.  No
headers or other organizational structure.  Then you simply use cat, or the
local equivalent, to glue the pieces back together again.  You don't get much
more portable then that.

> 'tar' is fairly standard, but I don't know how much GNU has embellished
> it to the point of incompatibility.

  GNU tar(1) reads and writes completely standard POSIX tarchives, *unless*
you use the multi-volume mode.  There is, AFAIK, no Unix standard for
multi-volume tarchives.

  Cheers,

-- 
Ben Scott <[EMAIL PROTECTED]>
| Why do we drive on parkways and park in driveways? |
| How can there be an Interstate highway in Hawaii?  |


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to