> directory to try and figure out what version of E I am running (there
> has to be an easier way).
rpm -qa | grep enlight
or
rpm -qa | grep gnomewm
I forget what RedHat calls it, and I haven't tried 6.1
> if coolicon --version >/dev/null 2>&1 ; then
>
> somehow I'd met that condition, whatever it is.
if the command exists, it will return 0, if it doesn't you'll get a nonzero
(failure) return code. you test that. If you get 0 (true), do ....
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.