uuencode (246e7a2b6494cd991b08ac669ed761ecea0cc98c) | uuencode (d38c30c092828f4882ce13b08d0bd3fd6dc7afb5) |
---|---|
1 2#------------------------------------------------------------------------------ | 1 2#------------------------------------------------------------------------------ |
3# $File: uuencode,v 1.7 2009/09/19 16:28:13 christos Exp $ | 3# $File: uuencode,v 1.8 2019/12/14 20:40:26 christos Exp $ |
4# uuencode: file(1) magic for ASCII-encoded files 5# 6 7# GRR: the first line of xxencoded files is identical to that in uuencoded 8# files, but the first character in most subsequent lines is 'h' instead of 9# 'M'. (xxencoding uses lowercase letters in place of most of uuencode's 10# punctuation and survives BITNET gateways better.) If regular expressions 11# were supported, this entry could possibly be split into two with --- 6 unchanged lines hidden (view full) --- 18# ship(1) is another, much cooler alternative to uuencode. 19# Greg Roelofs, newt@uchicago.edu 200 search/1 $\012ship ship'd binary text 21 22# bencode(8) is used to encode compressed news batches (Bnews/Cnews only?) 23# Greg Roelofs, newt@uchicago.edu 240 search/1 Decode\ the\ following\ with\ bdeco bencoded News text 25 | 4# uuencode: file(1) magic for ASCII-encoded files 5# 6 7# GRR: the first line of xxencoded files is identical to that in uuencoded 8# files, but the first character in most subsequent lines is 'h' instead of 9# 'M'. (xxencoding uses lowercase letters in place of most of uuencode's 10# punctuation and survives BITNET gateways better.) If regular expressions 11# were supported, this entry could possibly be split into two with --- 6 unchanged lines hidden (view full) --- 18# ship(1) is another, much cooler alternative to uuencode. 19# Greg Roelofs, newt@uchicago.edu 200 search/1 $\012ship ship'd binary text 21 22# bencode(8) is used to encode compressed news batches (Bnews/Cnews only?) 23# Greg Roelofs, newt@uchicago.edu 240 search/1 Decode\ the\ following\ with\ bdeco bencoded News text 25 |
26# BinHex is the Macintosh ASCII-encoded file format (see also "apple") 27# Daniel Quinlan, quinlan@yggdrasil.com 2811 search/1 must\ be\ converted\ with\ BinHex BinHex binary text 29>41 search/1 x \b, version %.3s 30 | |
31# GRR: handle BASE64 | 26# GRR: handle BASE64 |