Answers for "command to find Server’s Public IP Address"

0

command to find Server’s Public IP Address

$ ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
Posted by: Guest on April-10-2022

Code answers related to "command to find Server’s Public IP Address"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language