HomeFreeBSD

MFC 297678: Enhance uuencode with a -r option to produce raw output.

Description

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

Details

Provenance
gahrAuthored on
Parents
rS297959: Use NULL instead of 0 for pointers.
Branches
Unknown
Tags
Unknown