ipaddress.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [ipaddress]
www.codever.land/bookmarks/t/ipaddress
shell - Which terminal command to get just IP address and nothing else? - Stack Overflow
https://stackoverflow.com/questions/8529181/which-terminal-command-to-get-just-ip-address-and-nothin...
On OSX, if you know the interface, you could use - $ ipconfig getifaddr en0
You can write a script that only return the IP like: ...
- tags: shell, osx, linux, ipaddress, networking