Saturday, August 3, 2024

how to grep ip using ifconfig

ifconfig | grep 'inet ' | grep -v '127.0.0.1' | awk '{print $2}'

No comments:

Post a Comment