Shell Get Local IP Address Get your local IP address using shell scripting Jesse Torres May 27, 2023 • 1 min read ifconfig | grep inet | grep broadcast | awk '{ print $2}' Share