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:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

@@ -10,7 +10,7 @@
- 複数のファイルの内容を連結して、目的のファイルに書き込む:
`bat {{ファイル1}} {{ファイル2}} > {{ターゲットファイル}}}`
`bat {{ファイル1}} {{ファイル2}} > {{ターゲットファイル}}`
- 複数のファイルの内容を連結して、目的のファイルに追記する:
@@ -18,7 +18,7 @@
- すべての出力行に番号をつける:
`bat -n {{ファイル}}`
`bat --number {{ファイル}}`
- JSON ファイルをハイライトする構文:

View File

@@ -30,7 +30,7 @@
- サーバー認証のためユーザー名とパスワードを送る:
`curl --user myusername:mypassword {{http://example.com}}`
`curl --user {{ユーザー名}} {{http://example.com}}`
- リソースのクライアント証明書とキーを送り、証明書の検証をスキップする: