bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: base64 tool?


From: Jim Meyering
Subject: Re: base64 tool?
Date: Tue, 21 Dec 2004 22:24:11 +0100

> Is a base64 encode/decode tool suitable for coreutils?

As Padraig noted, GNU recode does this:

  $ echo foo|recode ../64
  Zm9vCg==
  $ echo foo|recode ../64|recode /64
  foo

but I find the syntax to be obscure.
And it's not always available.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]