OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / expand.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH EXPAND "1" "May 2014" "GNU coreutils 8.22" "User Commands"
3 .SH NAME
4 expand \- convert tabs to spaces
5 .SH SYNOPSIS
6 .B expand
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Convert tabs in each FILE to spaces, writing to standard output.
12 With no FILE, or when FILE is \-, read standard input.
13 .PP
14 Mandatory arguments to long options are mandatory for short options too.
15 .TP
16 \fB\-i\fR, \fB\-\-initial\fR
17 do not convert tabs after non blanks
18 .TP
19 \fB\-t\fR, \fB\-\-tabs\fR=\fINUMBER\fR
20 have tabs NUMBER characters apart, not 8
21 .TP
22 \fB\-t\fR, \fB\-\-tabs\fR=\fILIST\fR
23 use comma separated list of explicit tab positions
24 .TP
25 \fB\-\-help\fR
26 display this help and exit
27 .TP
28 \fB\-\-version\fR
29 output version information and exit
30 .PP
31 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
32 Report expand translation bugs to <http://translationproject.org/team/>
33 .SH AUTHOR
34 Written by David MacKenzie.
35 .SH COPYRIGHT
36 Copyright \(co 2013 Free Software Foundation, Inc.
37 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
38 .br
39 This is free software: you are free to change and redistribute it.
40 There is NO WARRANTY, to the extent permitted by law.
41 .SH "SEE ALSO"
42 unexpand(1)
43 .PP
44 The full documentation for
45 .B expand
46 is maintained as a Texinfo manual.  If the
47 .B info
48 and
49 .B expand
50 programs are properly installed at your site, the command
51 .IP
52 .B info coreutils \(aqexpand invocation\(aq
53 .PP
54 should give you access to the complete manual.