[K12OSN] scripting help needed: Nuking .rhopenoffice1.1 directories

Les Mikesell les at futuresource.com
Tue Feb 14 14:09:20 UTC 2006


On Tue, 2006-02-14 at 01:56, Peter Hartmann wrote:
> I just upgraded to Openoffice2.0,  and I'm getting some errors due to
> the users settings for the previous Openoffice version. How would you
> go about nuking the .rhopenoffice1.1 directories in all the home
> folders?

Up to the shell command line size limit (after expansion) you can:
cd /home
rm -rf */.rhopenoffice1.1

If you get an error about the size you can
rm -rf [a-m]*/.rhopenoffice1.1
rm -rf [n-z]*/.rhopenoffice1.1
etc. or use find.

-- 
  Les Mikesell
   les at futuresource.com





More information about the K12OSN mailing list