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 -d, --decode
15 decode data
16
17 -i, --ignore-garbage
18 when decoding, ignore non-alphabet characters
19
20 -w, --wrap=COLS
21 wrap encoded lines after COLS character (default 76). Use 0 to
22 disable line wrapping
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
37 Written by Simon Josefsson.
38
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
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.5 November 2010 BASE64(1)