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:
parent
e2f3b3358f
commit
ab00815915
2 changed files with 13 additions and 1 deletions
|
@ -26,3 +26,11 @@
|
|||
- 调取上一个命令的最后一个参数给`当前命令`:
|
||||
|
||||
`{{当前命令}} !$`
|
||||
|
||||
- 调取上一个命令,但不包含最后一个参数:
|
||||
|
||||
`!:-`
|
||||
|
||||
- 显示以特定字符串开头的最后一个命令,但不执行:
|
||||
|
||||
`!{{字符串}}:p`
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
|
||||
`ipconfig /release {{适配器}}`
|
||||
|
||||
- 清除所有 DNS 缓存:
|
||||
- 显示所有本地 DNS 缓存:
|
||||
|
||||
`ipconfig /displaydns`
|
||||
|
||||
- 清除所有本地 DNS 缓存:
|
||||
|
||||
`ipconfig /flushdns`
|
||||
|
|
Loading…
Add table
Reference in a new issue