Here is how I do it on Linux:

if `ifconfig |grep -q ppp0`
then
echo "NET UP"
else
echo "NET DOWN"
fi

-
To unsubscribe from this list: send the line "unsubscribe linux-diald" in
the body of a message to [EMAIL PROTECTED]

Reply via email to