On Fri, 20 Apr 2001, Theodore White wrote: | I've want to uninstall a number of packages. Instead of uninstalling each | one by one, I want to do a mass uninstall of them. Since they all have the | first 4 letters in common, is there a way to use pkgrm to accomplish this | task. in sh: for i in BLAHblah BLAHblah BLAHblah BLAHblah; do pkgrm $i; done /dale