ip local linux code example
Example 1: show ip address linux
$ hostname -I
Example 2: IP adress terminal
# when you're on your terminal Window :
ipconfig
# on macOS :
ifconfig | grep "inet" | grep -v 127.0.0.1
# on Linux :
hostname -I
Example 3: get ip address linux
curl ifconfig.me