pages.*: update outdated pages (#11893)

This commit is contained in:
Sebastiaan Speck
2023-12-29 10:16:53 +01:00
committed by GitHub
parent 473dd06173
commit 9baf07d08b
30 changed files with 65 additions and 137 deletions

View File

@@ -5,16 +5,16 @@
- 指定された文字列を含む行を検索します:
`find {{文字列}} {{ファイルまたはディレクトリのパス}}`
`find "{{文字列}}" {{ファイルまたはディレクトリのパス}}`
- 指定された文字列を含まない行を表示します:
`find {{文字列}} {{ファイルまたはディレクトリのパス}} /v`
`find "{{文字列}}" {{ファイルまたはディレクトリのパス}} /v`
- 指定された文字列を含む行数を表示します:
`find {{文字列}} {{ファイルまたはディレクトリのパス}} /c`
`find "{{文字列}}" {{ファイルまたはディレクトリのパス}} /c`
- 行リストとともに行番号を表示します:
`find {{文字列}} {{ファイルまたはディレクトリのパス}} /n`
`find "{{文字列}}" {{ファイルまたはディレクトリのパス}} /n`