Sujet : Re: poor mans uudecode / uuencode
De : dxforth (at) *nospam* gmail.com (dxf)
Groupes : comp.lang.forthDate : 31. Jul 2024, 03:37:01
Autres entêtes
Organisation : Ausics - https://newsgroups.ausics.net
Message-ID : <66a9a34b$1@news.ausics.net>
References : 1 2
User-Agent : Mozilla Thunderbird
On 30/07/2024 11:07 pm, sjack wrote:
albert@spenarnc.xs4all.nl wrote:
I got annoyed with google, refusing to deliver a zip file.
>
Assuming a case-insensitive Forth that allows digits into base 64
I came up with a poor mans uudecode/uuencode for linux.
Agree, don't reinvent; if Linux has a fine utility for the
purpose, then just pass it the parameters and fetch the results:
sys base64 foo > foo.b64 # for encoding
sys base64 -d foo.b64 >foo # for decoding
SYS Toad word to make Linux call (fork).
base64 Linux utility
Standard encodings wouldn't fool mail systems?