add new chinese translations
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# uudecode
|
||||
|
||||
> 解码被 `uuencode` 编码的文件。
|
||||
> 更多信息:<https://manned.org/uudecode>.
|
||||
> 解码由 `uuencode` 编码的文件。
|
||||
> 更多信息: <https://manned.org/uudecode>。
|
||||
|
||||
- 解码用 `uuencode` 编码的文件,并将结果打印到 `stdout`:
|
||||
- 解码一个使用 `uuencode` 编码的文件,并将结果打印到 `stdout`:
|
||||
|
||||
`uudecode {{路径/到/编码文件}}`
|
||||
`uudecode {{path/to/encoded_file}}`
|
||||
|
||||
- 解码用 `uuencode` 编码的文件,并将结果写入到一个文件中:
|
||||
- 解码一个使用 `uuencode` 编码的文件,并将结果写入文件:
|
||||
|
||||
`uudecode -o {{路径/到/解码文件}} {{路径/到/编码文件}}`
|
||||
`uudecode -o {{path/to/decoded_file}} {{path/to/encoded_file}}`
|
Reference in New Issue
Block a user