| Alexander John Batyi on Mon, 20 Sep 1999 09:36:14 -0400 (EDT) |
|
Try this;
>
> loceth0="`/sbin/ifconfig | grep -A 4 eth0 | awk ' /inet/ { print $2 } ' |
> sed -e s/addr://`"
>
loceth0="`/sbin/ifconfig | grep -A 4 eth0 | awk ' /inet/ { print $2 } ' | sed -e s/addr://`"
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|