On Mon, 2005-10-31 at 12:27 +0100, Rene Leonhardt wrote:
> I believe that the acceptance would grow even faster if GNU tar would
> support a 7z archive filter.
The makers of tar planned ahead! Look at this option from the man page:
> --use-compress-program PROG
> filter the archive through PROG (which must accept -d)
So if you have a 7z filter called "7z", you can do:
tar -c --use-compress-program=7z lotsoffiles
And if you use tar with 7z compression a lot, define a shell script
"tar7z" that passes that rather lengthy option.
--
Matt McCutchen, ``hashproduct''
[EMAIL PROTECTED] -- http://mysite.verizon.net/hashproduct/
_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar