Changes between Initial Version and Version 1 of jazz/10-08-13


Ignore:
Timestamp:
Aug 13, 2010, 5:48:32 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-08-13

    v1 v1  
     1= 2010-08-13 =
     2
     3 * [http://www.cyberciti.biz/tips/read-unixlinux-system-ip-address-in-a-shell-script.html Read UNIX/Linux system IP address in a shell script]
     4{{{
     5ifconfig  | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'
     6}}}