The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #11 (permalink)  
Old 01-09-2006
x-375HK-x x-375HK-x is offline
Registered User
  
 

Join Date: Dec 2005
Posts: 8
i have the following function in my .bashrc ( I'm running solaris)

getip ()
{
/sbin/ifconfig eri0 | awk '/inet/ { print $2 } ' | sed -e s/addr://
}

it prints just my ip