pages.*: update outdated pages (#11893)

This commit is contained in:
Sebastiaan Speck
2023-12-29 10:16:53 +01:00
committed by GitHub
parent 473dd06173
commit 9baf07d08b
30 changed files with 65 additions and 137 deletions

View File

@@ -6,23 +6,3 @@
- 現在のディレクトリ内のファイルの属性を表示します:
`attrib`
- 現在のディレクトリとサブディレクトリにあるファイルの属性を表示します:
`attrib /S`
- 現在のディレクトリとサブディレクトリ内のファイルとディレクトリの属性を表示します:
`attrib /S /D`
- ファイルに読み取り専用属性を追加します:
`attrib +R {{ファイル名.txt}}`
- システムとファイルの非表示属性を削除します:
`attrib -S -H {{ファイル名.txt}}`
- 非表示の属性をディレクトリに追加します:
`attrib +H {{ディレクトリパス}}`