mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
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:
parent
565d69a1c3
commit
72a3a4460e
2 changed files with 24 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue