Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #IP #adress #terminal
ADD COMMENT
Topic
Name
7+1 =