ipconfig: add page and Chinese translation (#10266)

* add ipconfig

* add chinese page

* fix spell style

* fix style

* fix style

* fix style
pull/23/head
hellojukay 2023-05-26 09:43:56 +08:00 committed by GitHub
parent 565d69a1c3
commit 72a3a4460e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

12
pages.zh/osx/ipconfig.md Normal file
View File

@ -0,0 +1,12 @@
# ipconfig
> 查看和编辑网卡信息.
> 更多信息:<https://ss64.com/osx/ipconfig.html>.
- 列出所有的网卡:
`ipconfig getiflist`
- 获取特定网卡的地址信息:
`ipconfig getifaddr {{接口名称}}`

12
pages/osx/ipconfig.md Normal file
View File

@ -0,0 +1,12 @@
# 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}}`