pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -23,10 +23,6 @@
`findstr /c:"{{查询语句}}" *.txt`
- 只查找完全匹配的行:
`findstr /x "{{查询语句}}" *`
- 显示匹配的行的行数:
`findstr /n "{{查询语句}}" *`