add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# filefrag
> 报告特定文件的碎片化程度。
> 更多信息:<https://manned.org/filefrag>。
- 显示一个或多个文件的报告:
`filefrag {{path/to/file1 path/to/file2 ...}}`
- 使用1024字节块大小显示报告
`filefrag -k {{path/to/file}}`
- 使用特定块大小显示报告:
`filefrag -b{{1024|1K|1M|1G|...}} {{path/to/file}}`
- 在请求映射之前同步文件:
`filefrag -s {{path/to/file1 path/to/file2 ...}}`
- 显示扩展属性的映射:
`filefrag -x {{path/to/file1 path/to/file2 ...}}`
- 显示包含详细信息的报告:
`filefrag -v {{path/to/file1 path/to/file2 ...}}`