cmd, mkdir, mklink, find, dir, clip: add Japanese translation (#4580)
This commit is contained in:
20
pages.ja/windows/find.md
Normal file
20
pages.ja/windows/find.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# find
|
||||
|
||||
> 1つ以上のファイルで指定された文字列を検索します
|
||||
> 詳しくはこちら: <https://docs.microsoft.com/windows-server/administration/windows-commands/find>.
|
||||
|
||||
- 指定された文字列を含む行を検索します:
|
||||
|
||||
`find {{文字列}} {{ファイルまたはディレクトリのパス}}`
|
||||
|
||||
- 指定された文字列を含まない行を表示します:
|
||||
|
||||
`find {{文字列}} {{ファイルまたはディレクトリのパス}} /v`
|
||||
|
||||
- 指定された文字列を含む行数を表示します:
|
||||
|
||||
`find {{文字列}} {{ファイルまたはディレクトリのパス}} /c`
|
||||
|
||||
- 行リストとともに行番号を表示します:
|
||||
|
||||
`find {{文字列}} {{ファイルまたはディレクトリのパス}} /n`
|
Reference in New Issue
Block a user