[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Is there a quick n dirty way to remove all virtual sites from a Raq4?



> w/o having to trash each one individually?
> :-)

RaQ3/4/XTR
for site in `ls -1d /home/sites/site* |cut -f 4 -d/`; do
    /usr/sbin/cdelvsite -g $site
done

RaQ550
clistvsite | cdelvsite -

Jeff-