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

12
pages.zh/common/convmv.md Normal file
View File

@@ -0,0 +1,12 @@
# convmv
> 将文件名(而不是文件内容)从一种编码转换为另一种编码。
> 更多信息:<https://www.j3e.de/linux/convmv/man/>.
- 测试文件名编码转换(实际不更改文件名):
`convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
- 转换文件名编码并将文件重命名为新编码:
`convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`