asdf, bat: fixed placeholder to Japanese

This commit is contained in:
uh-zz
2021-10-24 10:12:00 +09:00
committed by Starbeamrainbowlabs
parent 9cb56ad348
commit eb0a1aebd4
2 changed files with 11 additions and 11 deletions

View File

@@ -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ファイル}}`
- すべての対応言語を表示する: