Мануалы и справочники Общие команды
base32

Команда base32: опции, ключи и примеры использования

base32

Encode or decode file or standard input, to standard output.

  • Encode a file:

base32 {{filename}}

  • Decode a file:

base32 -d {{filename}}

  • Encode from stdin:

{{somecommand}} | base32

  • Decode from stdin:

{{somecommand}} | base32 -d

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM