UUENCODE(1) | General Commands Manual | UUENCODE(1) |
uuencode
— encode
data into uuencoding/base64 to standard output
uuencode |
[-m ] [[file]
decode_pathname] |
uuencode
reads file,
encode it in uuencoding or base64 and writes the results into standard
output. If no file is given,
uuencode
reads from the standard input. If no
decode_pathname is given for the path printed in the
output, then ‘-
’ is used.
-m
The uuencode
utility exits 0 on
success, and >0 if an error occurs.
uuencode
should be compliant with the IEEE
Std 1003.1-2024 (“POSIX.1”) specification.
Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
March 25, 2025 | Linux |