[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OT: A version of tar using bzip2
Quoth Guy Baruch on Tue, Oct 19, 1999:
> Is there one including bzip2 ?
> (Yes I know I can use tar and then bzip2, Its just that gtar cfz is
> shorter and nicer)
Tar never includes gzip or bzip2. It just forks and execs gzip
when given the -z option. Effectively, it's the same as writing:
tar cf - file1 file2 | gzip > file.tar.gz
No, there's no tar "supporting" bzip2. Yes, you can patch gtar,
it should not be hard.
Vadik.
--
To err is human, to moo bovine.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il