Tizen 2.0 Release
[external/tizen-coreutils.git] / man / base64.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH BASE64 "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 base64 \- base64 encode/decode data and print to standard output
5 .SH SYNOPSIS
6 .B base64
7 [\fIOPTION\fR] [\fIFILE\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Base64 encode or decode FILE, or standard input, to standard output.
12 .TP
13 \fB\-w\fR, \fB\-\-wrap\fR=\fICOLS\fR
14 Wrap encoded lines after COLS character (default 76).
15 Use 0 to disable line wrapping.
16 .TP
17 \fB\-d\fR, \fB\-\-decode\fR
18 Decode data.
19 .TP
20 \fB\-i\fR, \fB\-\-ignore\-garbage\fR
21 When decoding, ignore non\-alphabet characters.
22 .TP
23 \fB\-\-help\fR
24 Display this help and exit.
25 .TP
26 \fB\-\-version\fR
27 Output version information and exit.
28 .PP
29 With no FILE, or when FILE is \-, read standard input.
30 .PP
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 of
33 the formal base64 alphabet.  Use \fB\-\-ignore\-garbage\fR to attempt to recover
34 from any other non\-alphabet bytes in the encoded stream.
35 .SH AUTHOR
36 Written by Simon Josefsson.
37 .SH "REPORTING BUGS"
38 Report bugs to <bug\-coreutils@gnu.org>.
39 .SH COPYRIGHT
40 Copyright \(co 2007 Free Software Foundation, Inc.
41 .br
42 This is free software.  You may redistribute copies of it under the terms of
43 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
44 There is NO WARRANTY, to the extent permitted by law.
45 .SH "SEE ALSO"
46 The full documentation for
47 .B base64
48 is maintained as a Texinfo manual.  If the
49 .B info
50 and
51 .B base64
52 programs are properly installed at your site, the command
53 .IP
54 .B info base64
55 .PP
56 should give you access to the complete manual.