K 10 svn:author V 4 gahr K 8 svn:date V 27 2016-04-14T11:45:52.584635Z K 7 svn:log V 240 MFC 297678: 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 END