pages*: update outdated pages (#11821)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
- 複数のファイルの内容を連結して、目的のファイルに書き込む:
|
||||
|
||||
`bat {{ファイル1}} {{ファイル2}} > {{ターゲットファイル}}}`
|
||||
`bat {{ファイル1}} {{ファイル2}} > {{ターゲットファイル}}`
|
||||
|
||||
- 複数のファイルの内容を連結して、目的のファイルに追記する:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
- すべての出力行に番号をつける:
|
||||
|
||||
`bat -n {{ファイル}}`
|
||||
`bat --number {{ファイル}}`
|
||||
|
||||
- JSON ファイルをハイライトする構文:
|
||||
|
||||
|
@@ -30,7 +30,7 @@
|
||||
|
||||
- サーバー認証のためユーザー名とパスワードを送る:
|
||||
|
||||
`curl --user myusername:mypassword {{http://example.com}}`
|
||||
`curl --user {{ユーザー名}} {{http://example.com}}`
|
||||
|
||||
- リソースのクライアント証明書とキーを送り、証明書の検証をスキップする:
|
||||
|
||||
|
Reference in New Issue
Block a user