uuencode
QNX SDP8.0Utilities ReferenceUtilities
Encode stdin (or infile) to stdout (POSIX, toybox)
Syntax:
uuencode [-m] [infile] encode_filename
Runs on:
QNX OS
Options:
- -m
- Use Base64 encoding.
- infile
- The input file that you want to encode.
- encode_filename
- The name to embed in the encoded file.
Description:
The uuencode utility encodes a file from stdin (or infile) to stdout, with encode_filename in the output.
This utility is provided as part of the toybox package. For information on how to enable it, see toybox.
Contributing author:
Rob Landley and the toybox project (see https://landley.net/toybox/).
Page updated: