Searched hist:297678 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/uuencode/
H A Duuencode.cdiff 297678 Thu Apr 07 14:26:37 MDT 2016 gahr 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
H A Duuencode.1diff 297678 Thu Apr 07 14:26:37 MDT 2016 gahr 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

Completed in 76 milliseconds