Bash Script
Show default gateway in linux with ip command. ip route show | grep default | awk '{ print $3}'
ip route show | grep default | awk '{ print $3}'
Posted
in
by
admin
Tags: