English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux uudecode Command

Linux Command大全

Linux uudecode restores archives encoded by uuencode, while uudecode only restores encoded data between the begin and end tags, and the program skips data outside the tags.

Syntax

uuencode [-hv] [file1 ...]<//p>

Parameter:

  • h List Command Usage Format (help)
  • v List Version Information

Online Examples

Restore file.uud, and the restored file name is stored in the file.uud file.

uuencode file.uud

Several archives can be restored together.

uuencode file1.uud file2.uud

Linux Command大全