K 10 svn:author V 4 gahr K 8 svn:date V 27 2016-04-07T16:12:38.839819Z K 7 svn:log V 247 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 END