1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

!, ipconfig: update Chinese translation (#15123)

* Update ipconfig.md

zh pages is outdated so I translate it from its en pages.

* Update !.md

it is outdated so i translate the changes from en pages

* Update pages.zh/common/!.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
forty2 2024-12-15 13:15:35 +08:00 committed by GitHub
parent e2f3b3358f
commit ab00815915
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -26,3 +26,11 @@
- 调取上一个命令的最后一个参数给`当前命令`
`{{当前命令}} !$`
- 调取上一个命令,但不包含最后一个参数:
`!:-`
- 显示以特定字符串开头的最后一个命令,但不执行:
`!{{字符串}}:p`

View file

@ -19,6 +19,10 @@
`ipconfig /release {{适配器}}`
- 清除所有 DNS 缓存:
- 显示所有本地 DNS 缓存:
`ipconfig /displaydns`
- 清除所有本地 DNS 缓存:
`ipconfig /flushdns`