Date: Thu, 25 Dec 1997 03:03:20 -0500 From: Nick Holshouser <nickh@ncnatural.com> To: Shawn Ramsey <shawn@luke.cpl.net> Cc: questions@freebsd.org Subject: Re: tar ?? Message-ID: <34A21348.647C@ncnatural.com> References: <Pine.BSF.3.95.971224230332.2509B-100000@luke.cpl.net>
next in thread | previous in thread | raw e-mail | index | archive | help
just use the shell....
you have your list web.list - then use csh (or tcsh)
{1} foreach i (`cat web.list`)
? tar -rvf web.tar $i
? end
the -r switch appends to an existing tar file
and might just create one if it doesn't already exist....
If you then do a tar -tvf on web.tar you should get output that looks
just like web.list !
--
Nick Holshouser nickh@ncnatural.com
http://NCNatural.com North Carolina's #1 Web Resource
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?34A21348.647C>
