Files
tldr/pages.zh/common/uudecode.md
Jin 2a4ef14253 common/u*: add Chinese translation (#14688)
* common/u*: add Chinese translation

* Update uv-tool.md

* Update ugrep.md
2024-11-19 01:23:02 -08:00

13 lines
371 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# uudecode
> 解码被 `uuencode` 编码的文件。
> 更多信息:<https://manned.org/uudecode>.
- 解码用 `uuencode` 编码的文件,并将结果打印到 `stdout`
`uudecode {{路径/到/编码文件}}`
- 解码用 `uuencode` 编码的文件,并将结果写入到一个文件中:
`uudecode -o {{路径/到/解码文件}} {{路径/到/编码文件}}`