From 72a3a4460ee62d52404784dc75c30466c05b9633 Mon Sep 17 00:00:00 2001 From: hellojukay Date: Fri, 26 May 2023 09:43:56 +0800 Subject: [PATCH] ipconfig: add page and Chinese translation (#10266) * add ipconfig * add chinese page * fix spell style * fix style * fix style * fix style --- pages.zh/osx/ipconfig.md | 12 ++++++++++++ pages/osx/ipconfig.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 pages.zh/osx/ipconfig.md create mode 100644 pages/osx/ipconfig.md diff --git a/pages.zh/osx/ipconfig.md b/pages.zh/osx/ipconfig.md new file mode 100644 index 000000000..9f0e02617 --- /dev/null +++ b/pages.zh/osx/ipconfig.md @@ -0,0 +1,12 @@ +# ipconfig + +> 查看和编辑网卡信息. +> 更多信息:. + +- 列出所有的网卡: + +`ipconfig getiflist` + +- 获取特定网卡的地址信息: + +`ipconfig getifaddr {{接口名称}}` diff --git a/pages/osx/ipconfig.md b/pages/osx/ipconfig.md new file mode 100644 index 000000000..246932413 --- /dev/null +++ b/pages/osx/ipconfig.md @@ -0,0 +1,12 @@ +# ipconfig + +> View and control IP configuration state. +> More information: . + +- List all network interfaces: + +`ipconfig getiflist` + +- Show the IP address of an interface: + +`ipconfig getifaddr {{interface_name}}`