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,11 +6,11 @@
- 创建存档并将其写入文件:
`tar cf {{target.tar}} {{file1}} {{file2}} {{file3}}`
`tar cf {{目标.tar}} {{文件1 文件2 ...}}`
- 创建一个 gzip 压缩文件并将其写入文件:
`tar czf {{target.tar.gz}} {{file1}} {{file2}} {{file3}}`
`tar czf {{target.tar.gz}} {{file1 file2 ...}}`
- 使用相对路径从目录创建一个 gzip 压缩文件:
@@ -26,7 +26,7 @@
- 创建压缩存档并将其写入文件,使用存档后缀确定压缩程序:
`tar caf {{target.tar.xz}} {{file1}} {{file2}} {{file3}}`
`tar caf {{target.tar.xz}} {{file1 file2 ...}}`
- 详细列出 tar 文件的内容: