IP-Ermittlung_per_shell-skript

From: Gordon <Gordon.E(at)web.de>
Date: Fri, 27 Oct 2000 02:53:04 +0200

Tach !!

Ich habe folgenden Ausschnitt aus einem shell-skript, mit dem man die
momentane IP-Adresse (ISP) ermittelt (FreeBSD 4.1):

#!/bin/sh
GETMYIP=$(/sbin/ifconfig tun0 | awk '/inet/{print $2}')
echo "Aktuelle IP: $GETMYIP"
unset GETMYIP
exit

Ist ja alles schön und gut... aber leider spuckt das skript nicht nur die
IP, sondern noch irgendeine wirre Zahl vorher aus.
Kennt jemand ´ne bessere Lösung ??? (unbedingt als shell-skript !!!)

OK, das war´s dann erst mal wieder von mir.
Bis später...

CU :-)
Gordon

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 27 Oct 2000 - 02:54:55 CEST

search this site