From: Michael Lück (michael.lueck@terastore.de)
Date: Wed Feb 05 2003 - 09:57:04 CET
Hi,
hier ein kleines Beispiel: ipfrom
#! /bin/sh
# script ipfrom. Usage: ipfrom www.irgendwas.dom
#
IP="`host $1 | sed -e 's/[^0-9]*//'`"
echo $IP
exit 0
Michael
Ingo Bruell schrieb:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hallo linux-stammtisch,
>
> ich suche eine Möglichkeit, aus einem bash Skript, die Ip Adresse für
> einen Domain Namen Eintrag zu bekommen. Gibt es da irgendeinen Befehl
> ?
>
> bis dann
>
>
> Ingo Bruell
>
> - ---
> <ibruell@gmx.de>
> <Ingo.Bruell@epost.de>
> <ICQ# 40377720>
> Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7
> C648 169E E5FC
> Germany PGP-Public-Key available at pgpkeys.mit.edu
>
> -----BEGIN PGP SIGNATURE-----
> Version: PGP 6.5.8
>
> iQA/AwUBPkAX4Y/nxkgWnuX8EQILVQCgzzCit9Wo7XDSDsTMRL1ynl5IaFoAnjIL
> F4cn61bXCObCZvjaBeUWau6X
> =kgBt
> -----END PGP SIGNATURE-----
>
>
>
This archive was generated by hypermail 2.1.4 : Wed Feb 05 2003 - 09:57:14 CET