OSDN Git Service

coreutils: Update to coreutils 8.20
[linuxjm/coreutils.git] / original / man1 / base64.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH BASE64 "1" "October 2012" "GNU coreutils 8.20" "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\-d\fR, \fB\-\-decode\fR
14 decode data
15 .TP
16 \fB\-i\fR, \fB\-\-ignore\-garbage\fR
17 when decoding, ignore non\-alphabet characters
18 .TP
19 \fB\-w\fR, \fB\-\-wrap\fR=\fICOLS\fR
20 wrap encoded lines after COLS character (default 76).
21 Use 0 to disable line wrapping
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 base64 bugs to bug\-coreutils@gnu.org
39 .br
40 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
41 .br
42 General help using GNU software: <http://www.gnu.org/gethelp/>
43 .br
44 Report base64 translation bugs to <http://translationproject.org/team/>
45 .SH COPYRIGHT
46 Copyright \(co 2012 Free Software Foundation, Inc.
47 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
48 .br
49 This is free software: you are free to change and redistribute it.
50 There is NO WARRANTY, to the extent permitted by law.
51 .SH "SEE ALSO"
52 The full documentation for
53 .B base64
54 is maintained as a Texinfo manual.  If the
55 .B info
56 and
57 .B base64
58 programs are properly installed at your site, the command
59 .IP
60 .B info coreutils \(aqbase64 invocation\(aq
61 .PP
62 should give you access to the complete manual.