> 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.


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to