> > > > > /sbin/ifconfig | grep inet\ | sed -e 's/:/\ /g' | sed -e '/127.0.0.1/d' > > | awk -F\ '{print $3"/"$7"\t\t"$5}' > > (removed the "- " at the beginning on the second line...) > Nicely done! ;) -------------- next part -------------- An HTML attachment was scrubbed...