[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] untar and billing solution
- Subject: Re: [cobalt-users] untar and billing solution
- From: Kris Dahl <kris@xxxxxxxxxxxxx>
- Date: Wed Feb 23 09:04:53 2000
on 2/23/00 5:23 AM, RHLinux- WHN at rhlinux@xxxxxxxxxxx wrote:
> TAR
>
> how do i mass untar?
>
> i have over 200 tars in my /home/sites/ all named site1.tar site2.tar etc...
>
> how do i untar all of them all at once?
Doesn't tar xzf *.tar work?
You could right a shell script or PERL program that reads all the files
that have .tar on them and have it untar them, but I am pretty sure that is
unnecessary.
-k