freebsd-src/usr.bin/uuencode
Pietro Cerutti 019a4a20e7 Enhance uuencode with a -r option to produce raw output.
This matches with uudecode's -r option to decode raw data without initial and
final framing lines.

$ echo Test | uuencode -mr - | uudecode -mr
Test

Approved by:	cognet
MFC after:		1 week
2016-04-07 16:12:38 +00:00
..
tests DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
Makefile
Makefile.depend
uuencode.1 Enhance uuencode with a -r option to produce raw output. 2016-04-07 16:12:38 +00:00
uuencode.c Enhance uuencode with a -r option to produce raw output. 2016-04-07 16:12:38 +00:00
uuencode.format.5