uuencode(1P, 1p) | encode a binary file |
uuencode(1) | encode a file into email friendly text |
uuencode(1) | User Commands | uuencode(1) |
uuencode - encode a file into email friendly text
uuencode [-flags] [-flag [value]] [--option-name[[=| ]value]] [<in-file>] <output-name>
uuencode is used to create an ASCII representation of a file that can be sent over channels that may otherwise corrupt the data. Specifically, email cannot handle binary data and will often even insert a character when the six character sequence "0rom " is seen.
uuencode will read in-file if provided and otherwise read data from standard in and write the encoded form to standard out. The output will begin with a header line for use by uudecode giving it the resulting suggested file output-name and access mode. If the output-name is specifically /dev/stdout, then uudecode will emit the decoded file to standard out.
Note: uuencode uses buffered input and assumes that it is not hand typed from a tty. The consequence is that at a tty, you may need to hit Ctl-D several times to terminate input.
By default, uuencode will encode using the traditional conversion. It is slower and less compact than base64. The encoded form of the file is expanded by 37% for UU encoding and by 35% for base64 encoding (3 bytes become 4 plus control information).
Since output file names may contain characters that are not handled well by various transmission modes, you may specify that the output-name be base64 encoded as well. (Traditional uuencoding of the file name is not supported.)
Any option that is not marked as not presettable may be preset by loading values from configuration ("RC" or ".INI") file(s). The file "$HOME/.sharrc" will be used, if present.
This implementation is compliant with P1003.2b/D11.
See OPTION PRESETS for configuration files.
One of the following exit values will be returned:
uudecode(1), uuencode(5)
The uuencode command first appeared in BSD 4.0.
Free Software Foundation, Inc.
Copyright (C) 1994-2015 Free Software Foundation, Inc. all rights reserved. This program is released under the terms of the GNU General Public License, version 3 or later.
Please put sharutils in the subject line for emailed bug reports. It helps to spot the message.
Please send bug reports to: bug-gnu-utils@gnu.org
This manual page was AutoGen-erated from the uuencode option definitions.
30 May 2015 | GNU sharutils (4.15.2) |