ipconfig: add page and Chinese translation (#10266)
* add ipconfig * add chinese page * fix spell style * fix style * fix style * fix style
This commit is contained in:
12
pages.zh/osx/ipconfig.md
Normal file
12
pages.zh/osx/ipconfig.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# ipconfig
|
||||
|
||||
> 查看和编辑网卡信息.
|
||||
> 更多信息:<https://ss64.com/osx/ipconfig.html>.
|
||||
|
||||
- 列出所有的网卡:
|
||||
|
||||
`ipconfig getiflist`
|
||||
|
||||
- 获取特定网卡的地址信息:
|
||||
|
||||
`ipconfig getifaddr {{接口名称}}`
|
12
pages/osx/ipconfig.md
Normal file
12
pages/osx/ipconfig.md
Normal 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}}`
|
Reference in New Issue
Block a user