Prasanna Subash wrote:



> This works in Linux, must work on other *nix versios too !



> ping -c1 `hostname` | grep from | tail -n 1 | cut -f4 -d" " | cut -f1

> -d":"

I think your grep and tail are redundant.  A lot of pipes there.  How

about:

ping -c1 $(hostname)|awk  '/from/ {print substr($4,1, length($4) - 1)}'


--
Until later: Geoffrey                ">esoteric@denali.atlnet.com
I'm afraid there will be more problems with W2K than there were with
Y2K...
--
To unsubscribe: mail ">majordomo@ale.org with "unsubscribe ale" in message body.