asdf, bat: fixed placeholder to Japanese
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
9cb56ad348
commit
eb0a1aebd4
@@ -6,23 +6,23 @@
|
||||
|
||||
- ファイルの内容を、標準出力に出力する:
|
||||
|
||||
`bat {{file}}`
|
||||
`bat {{ファイル}}`
|
||||
|
||||
- 複数のファイルの内容を連結して、目的のファイルに書き込む:
|
||||
|
||||
`bat {{file1}} {{file2}} > {{target_file}}`
|
||||
`bat {{ファイル1}} {{ファイル2}} > {{ターゲットファイル}}}`
|
||||
|
||||
- 複数のファイルの内容を連結して、目的のファイルに追記する:
|
||||
|
||||
`bat {{file1}} {{file2}} >> {{target_file}}`
|
||||
`bat {{ファイル1}} {{ファイル2}} >> {{ターゲットファイル}}`
|
||||
|
||||
- すべての出力行に番号をつける:
|
||||
|
||||
`bat -n {{file}}`
|
||||
`bat -n {{ファイル}}`
|
||||
|
||||
- JSON ファイルをハイライトする構文:
|
||||
|
||||
`bat --language json {{file.json}}`
|
||||
`bat --language json {{JSONファイル}}`
|
||||
|
||||
- すべての対応言語を表示する:
|
||||
|
||||
|
Reference in New Issue
Block a user