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

20
pages.zh/linux/ripmime.md Normal file
View File

@@ -0,0 +1,20 @@
# ripmime
> 从MIME编码的电子邮件包中提取附件。
> 更多信息:<https://pldaniels.com/ripmime>。
- 在当前目录中提取文件内容:
`ripmime -i {{path/to/file}}`
- 在特定目录中提取文件内容:
`ripmime -i {{path/to/file}} -d {{path/to/directory}}`
- 提取文件内容并打印详细输出:
`ripmime -i {{path/to/file}} -v`
- 获取整个解码过程的详细信息:
`ripmime -i {{path/to/file}} --debug`