Sujet : Re: poor mans uudecode / uuencode
De : sjack (at) *nospam* dontemail.me (sjack)
Groupes : comp.lang.forthDate : 30. Jul 2024, 14:07:18
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8aoi6$11qan$1@dont-email.me>
References : 1
User-Agent : tin/2.6.2-20220130 ("Convalmore") (Linux/6.5.0-44-generic (x86_64))
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
-- me