how to see your external ip address terminal code example
Example: get your ip address from terminal
for local ip :
hostname -I
for Public ip :
curl icanhazip.com
for local ip :
hostname -I
for Public ip :
curl icanhazip.com