Files
tldr/pages.zh/common/uudecode.md

12 lines
370 B
Markdown
Raw Permalink 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 {{path/to/encoded_file}}`
- 解码一个使用 `uuencode` 编码的文件,并将结果写入文件:
`uudecode -o {{path/to/decoded_file}} {{path/to/encoded_file}}`