[olug] Unix Tip: GET YOUR IP-ADDRESS

CM Miller cmmiller1973 at yahoo.com
Thu Mar 20 19:36:51 UTC 2003


Unless you use AWK on a day-to-day basis, I think this
command is too much, too bulky.  I know I could never
remember this, and would have to bust out the OReilly
book on SED/AWK. 

What is wrong with using /sbin/ifconfig or ifconfig? 
Does that not work across at Unix flavors? 

-Chris 


--- Unix Guru Universe <listserv at ugu.com> wrote:
> 
>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> 			      UNIX GURU UNIVERSE 
> 			         UNIX HOT TIP
> 
> 			Unix Tip 1905 - March 20, 2003
> 
> 		    http://www.ugu.com/sui/ugu/show?tip.today
> 
>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> 
> 
> GET YOUR IP-ADDRESS
> 
> Type this simple command at the unix-prompt
> 
> ifconfig | grep "inet addr" |  grep -v "127.0.0.1" |
> awk '{print $2;}' |  awk -F':' '{print $2;}'
> 
> 
> This tip generously supported by:
> sgrover at delsoft.com
> 
> 
>
--------------------------------------------------------------------------
> To Subscribe:   
> http://www.ugu.com/sui/ugu/show?tip.subscribe
> To Unsubscribe: 
> http://www.ugu.com/sui/ugu/show?tip.unsubscribe
> To Submit A Tip:
> http://www.ugu.com/sui/ugu/show?tip.today
> 
>
==========================================================================
> DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX
> GURU UNIVERSE AND ARE
> NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN
> CONSENT OF THE UNIX 
> GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK".
> UGU  ADVISES THAT 
> ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT
> ENVIRONMENT FIRST.
> 
> Unix Guru Universe - www.ugu.com - tips at ugu.com -
> Copyright 1994-2001
>
==========================================================================
> 
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug


=====
Winning an argument on the internet is like getting 1st place at the Special Olympics

*****************************************
GAIM ID:  cmmiller1973
*****************************************

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


More information about the OLUG mailing list