1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:02:08 +02:00
tldr/pages/osx/ipconfig.md
hellojukay 72a3a4460e
ipconfig: add page and Chinese translation (#10266)
* add ipconfig

* add chinese page

* fix spell style

* fix style

* fix style

* fix style
2023-05-26 09:43:56 +08:00

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}}