We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673d735 commit 2282d45Copy full SHA for 2282d45
docs/docs/编程外的基础/Terminal.mdx
@@ -41,7 +41,7 @@ title: Terminal
41
| 功能描述 | 命令模板 | 命令示例 | 简写 |
42
|---------|---------|---------|------|
43
| 获取Linux的IP地址 | `wsl hostname -I` | `wsl hostname -I` | - |
44
-| 获取Windows的IP地址 | `wsl ip route show \| grep -i default \| awk '{ print $3}'` | `wsl ip route show \| grep -i default \| awk '{ print $3}'` | - |
+| 获取Windows的IP地址 | `wsl ip route show` | `wsl ip route show` | - |
45
| 查看WSL版本 | `wsl --version` | `wsl --version` | `wsl -v` |
46
| 检查WSL状态 | `wsl --status` | `wsl --status` | - |
47
| 获取帮助信息 | `wsl --help` | `wsl --help` | `wsl -h` |
0 commit comments