1BASE64(1)                        User Commands                       BASE64(1)
2
3
4

NAME

6       base64 - base64 encode/decode data and print to standard output
7

SYNOPSIS

9       base64 [OPTION]... [FILE]
10

DESCRIPTION

12       Base64 encode or decode FILE, or standard input, to standard output.
13
14       -w, --wrap=COLS
15              Wrap  encoded lines after COLS character (default 76).  Use 0 to
16              disable line wrapping.
17
18       -d, --decode
19              Decode data.
20
21       -i, --ignore-garbage
22              When decoding, ignore non-alphabet characters.
23
24       --help display this help and exit
25
26       --version
27              output version information and exit
28
29       With no FILE, or when FILE is -, read standard input.
30
31       The data are encoded as described for the base64 alphabet in RFC  3548.
32       When  decoding, the input may contain newlines in addition to the bytes
33       of the formal base64 alphabet.   Use  --ignore-garbage  to  attempt  to
34       recover from any other non-alphabet bytes in the encoded stream.
35

AUTHOR

37       Written by Simon Josefsson.
38

REPORTING BUGS

40       Report base64 bugs to bug-coreutils@gnu.org
41       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
42       General help using GNU software: <http://www.gnu.org/gethelp/>
43       Report base64 translation bugs to <http://translationproject.org/team/>
44
46       Copyright  ©  2010  Free Software Foundation, Inc.  License GPLv3+: GNU
47       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
48       This is free software: you are free  to  change  and  redistribute  it.
49       There is NO WARRANTY, to the extent permitted by law.
50

SEE ALSO

52       The  full  documentation  for base64 is maintained as a Texinfo manual.
53       If the info and base64 programs are properly installed  at  your  site,
54       the command
55
56              info coreutils 'base64 invocation'
57
58       should give you access to the complete manual.
59
60
61
62GNU coreutils 8.4                  June 2018                         BASE64(1)
Impressum