On 2020-03-14 22:20, Peng Yu wrote:
Hi,

Python base64 decoder has the altchars option.

https://docs.python.org/3/library/base64.html
base64.b64decode(s, altchars=None, validate=False)ΒΆ

But I don't see such an option in coreutils' base64. Can this option
be added? Thanks.

# use %* instead of +/:

base64 whatever | tr '+/' '%*'

Reply via email to