1BASE64(1) User Commands BASE64(1)
2
3
4
6 base64 - base64 encode/decode data and print to standard output
7
9 base64 [OPTION]... [FILE]
10
12 Base64 encode or decode FILE, or standard input, to standard output.
13
14 Mandatory arguments to long options are mandatory for short options
15 too.
16
17 -d, --decode
18 decode data
19
20 -i, --ignore-garbage
21 when decoding, ignore non-alphabet characters
22
23 -w, --wrap=COLS
24 wrap encoded lines after COLS character (default 76). Use 0 to
25 disable line wrapping
26
27 --help display this help and exit
28
29 --version
30 output version information and exit
31
32 With no FILE, or when FILE is -, read standard input.
33
34 The data are encoded as described for the base64 alphabet in RFC 3548.
35 When decoding, the input may contain newlines in addition to the bytes
36 of the formal base64 alphabet. Use --ignore-garbage to attempt to
37 recover from any other non-alphabet bytes in the encoded stream.
38
39 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
40 Report base64 translation bugs to <http://translationproject.org/team/>
41
43 Written by Simon Josefsson.
44
46 Copyright © 2013 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
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.22 October 2018 BASE64(1)