Can someone explain the folowing to me (derived from /etc/rc.sysinit) before
my brain melts:
[root@topaz /root]# uname -r
2.2.14
[root@topaz /root]# uname -r | grep "-"
[root@topaz /root]#
[root@topaz /root]# if [ -n `uname -r | grep "-"` ]; then echo yes; fi
yes
TIA
-Robin.
--
------------------------------------------------------
Robin Atwood, Bangkok, Thailand
"My body is not a temple, it's an amusement park!"
------------------------------------------------------
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.