mirror of https://github.com/CrimsonTome/tldr.git
248 B
248 B
ipconfig
View and control IP configuration state. More information: https://ss64.com/osx/ipconfig.html.
- List all network interfaces:
ipconfig getiflist
- Show the IP address of an interface:
ipconfig getifaddr {{interface_name}}