pages.zh_TW: update outdated pages (#11932)
This commit is contained in:
@@ -5,16 +5,16 @@
|
||||
|
||||
- 查詢包含指定字串的行:
|
||||
|
||||
`find {{字串}} {{檔案或目錄/完整/路徑}}`
|
||||
`find "{{字串}}" {{檔案或目錄\完整\路徑}}`
|
||||
|
||||
- 查詢不包含指定字串的行:
|
||||
|
||||
`find {{字串}} {{檔案或目錄/完整/路徑}} /v`
|
||||
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /v`
|
||||
|
||||
- 顯示包含指定字串的行總數:
|
||||
|
||||
`find {{字串}} {{檔案或目錄/完整/路徑}} /c`
|
||||
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /c`
|
||||
|
||||
- 顯示符合的行號:
|
||||
|
||||
`find {{字串}} {{檔案或目錄/完整/路徑}} /n`
|
||||
`find "{{字串}}" {{檔案或目錄\完整\路徑}} /n`
|
||||
|
Reference in New Issue
Block a user