pages.zh_TW: update outdated pages (#11932)

This commit is contained in:
Sebastiaan Speck
2023-12-31 07:00:00 +01:00
committed by GitHub
parent 87fdf8956d
commit ae3432139b
6 changed files with 14 additions and 22 deletions

View File

@@ -5,16 +5,16 @@
- 查詢包含指定字串的行:
`find {{字串}} {{檔案或目錄/完整/路徑}}`
`find "{{字串}}" {{檔案或目錄\完整\路徑}}`
- 查詢不包含指定字串的行:
`find {{字串}} {{檔案或目錄/完整/路徑}} /v`
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /v`
- 顯示包含指定字串的行總數:
`find {{字串}} {{檔案或目錄/完整/路徑}} /c`
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /c`
- 顯示符合的行號:
`find {{字串}} {{檔案或目錄/完整/路徑}} /n`
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /n`