pages.zh: update outdated pages (#11939)

This commit is contained in:
Sebastiaan Speck
2024-01-01 10:38:53 +01:00
committed by GitHub
parent ef0f5499ad
commit 81ddb70476
59 changed files with 125 additions and 205 deletions

View File

@@ -6,23 +6,3 @@
- 显示当前目录下所有文件的属性:
`attrib`
- 显示当前目录和其子目录下所有文件的属性:
`attrib /S`
- 显示当前目录和其子目录下所有文件和目录的属性:
`attrib /S /D`
- 为一个文件增加只读属性:
`attrib +R {{document.txt}}`
- 删除一个文件的系统和隐藏属性:
`attrib -S -H {{document.txt}}`
- 为一个目录增加隐藏属性:
`attrib +H {{目录的路径}}`