Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 1997 00:18:29 -0800 (PST)
From:      Shawn Ramsey <shawn@luke.cpl.net>
To:        Nick Holshouser <nickh@ncnatural.com>
Cc:        questions@freebsd.org
Subject:   Re: tar ??
Message-ID:  <Pine.BSF.3.95.971225001658.2546A-100000@luke.cpl.net>
In-Reply-To: <34A21348.647C@ncnatural.com>

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 !

Thanks! Works like a charm... :)






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.971225001658.2546A-100000>