OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / original / man1 / base32.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
2 .TH BASE32 "1" "January 2016" "GNU coreutils 8.25" "User Commands"
3 .SH NAME
4 base32 \- base32 encode/decode data and print to standard output
5 .SH SYNOPSIS
6 .B base32
7 [\fI\,OPTION\/\fR]... [\fI\,FILE\/\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Base32 encode or decode FILE, or standard input, to standard output.
12 .PP
13 With no FILE, or when FILE is \-, read standard input.
14 .PP
15 Mandatory arguments to long options are mandatory for short options too.
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\-w\fR, \fB\-\-wrap\fR=\fI\,COLS\/\fR
24 wrap encoded lines after COLS character (default 76).
25 Use 0 to disable line wrapping
26 .TP
27 \fB\-\-help\fR
28 display this help and exit
29 .TP
30 \fB\-\-version\fR
31 output version information and exit
32 .PP
33 The data are encoded as described for the base32 alphabet in RFC 4648.
34 When decoding, the input may contain newlines in addition to the bytes of
35 the formal base32 alphabet.  Use \fB\-\-ignore\-garbage\fR to attempt to recover
36 from any other non\-alphabet bytes in the encoded stream.
37 .SH AUTHOR
38 Written by Simon Josefsson.
39 .SH "REPORTING BUGS"
40 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
41 .br
42 Report base32 translation bugs to <http://translationproject.org/team/>
43 .SH COPYRIGHT
44 Copyright \(co 2016 Free Software Foundation, Inc.
45 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
46 .br
47 This is free software: you are free to change and redistribute it.
48 There is NO WARRANTY, to the extent permitted by law.
49 .SH "SEE ALSO"
50 Full documentation at: <http://www.gnu.org/software/coreutils/base32>
51 .br
52 or available locally via: info \(aq(coreutils) base32 invocation\(aq