SHAR(1) - General Commands Manual # SHAR(1) - General Commands Manual
NAME # shar - create a shell archive of files
SYNOPSIS # shar file …
DESCRIPTION # shar writes an sh(1) shell script to the standard output which will recreate the file hierarchy specified by the command line operands. Directories will be recreated and must be specified before the files they contain (the find(1) utility does this correctly).
...
UUENCODE(1) - General Commands Manual # UUENCODE(1) - General Commands Manual
NAME # uuencode, uudecode, b64encode, b64decode - encode/decode a binary file
SYNOPSIS # uuencode [-m] [-o output_file] [file] name
uudecode [-cimprs] [file …]
uudecode [-i] -o output_file [file]
b64encode [-o output_file] [file] name
b64decode [-ciprs] [file …]
b64decode [-i] -o output_file [file]
DESCRIPTION # The uuencode and uudecode utilities are used to transmit binary files over transmission mediums that do not support formats other than printable ASCII data.
...
UUENCODE(5) - File Formats Manual # UUENCODE(5) - File Formats Manual
NAME # uuencode - format of an encoded uuencode file
DESCRIPTION # Files output by uuencode(1) consist of a header line, followed by a number of body lines, and a trailer line. The uudecode(1) command will ignore any lines preceding the header or following the trailer. Lines preceding a header must not, of course, look like a header.
...