Rodney Sparapani wrote: > > pkginfo | grep openoffice | cut -d" " -f 2 | xargs pkgrm > I tested this, but now it doesn't work?!? Here's what works: pkgrm `pkginfo | grep openoffice | cut -d" " -f 2 | xargs echo` Now, if only the script would answer y at every prompt for all 26 packages...