Show all ips in the server July 28, 2015aca8089 Leave a comment ifconfig | awk -F “[: ]+” ‘/inet addr:/ { if ($4 != “127.0.0.1”) print $4 }’ Share this:TwitterFacebookLike this:Like Loading... Related