Answers for "check my local ip in ubuntu using terminal"

5

ubuntu get your ip address from terminal\

hostname -I | cut -d' ' -f1
Posted by: Guest on July-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language