Get Local IP Address

Get your local IP address using shell scripting

ifconfig | grep inet | grep broadcast | awk '{ print $2}'