Robert L Krawitz wrote: > > ($plugins = `$GIMPTOOL -n --install-admin-bin /bin/sh`) =~ s{^.*\s(.*?)(?:/+bin/sh)\r?\n?$}{$1}} > > Which will work for essentially any general purpose Linux system, > since every distribution I know of comes with perl, but... FWIW, I do everything in my power to remove perl from my systems. Chris