mirror of
https://github.com/uutils/coreutils
synced 2025-01-25 11:25:26 +00:00
422a27d375
author Sylvestre Ledru <sylvestre@debian.org> 1677865358 +0100 committer Sylvestre Ledru <sylvestre@debian.org> 1677951797 +0100 md: Fix a bunch of warnings in the docs
421 B
421 B
base32
base32 [OPTION]... [FILE]
encode/decode data and print to standard output With no FILE, or when FILE is -, read standard input.
The data are encoded as described for the base32 alphabet in RFC 4648. When decoding, the input may contain newlines in addition to the bytes of the formal base32 alphabet. Use --ignore-garbage to attempt to recover from any other non-alphabet bytes in the encoded stream.