OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / GNU_textutils / original / man1 / unexpand.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.012.
2 .TH UNEXPAND "1" "August 1999" "GNU textutils 2.0" FSF
3 .SH NAME
4 unexpand \- convert spaces to tabs
5 .SH SYNOPSIS
6 .B unexpand
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .PP
10 .\" Add any additional description here
11 .PP
12 Convert spaces in each FILE to tabs, writing to standard output.
13 With no FILE, or when FILE is -, read standard input.
14 .TP
15 \fB\-a\fR, \fB\-\-all\fR
16 convert all whitespace, instead of initial whitespace
17 .TP
18 \fB\-t\fR, \fB\-\-tabs\fR=\fINUMBER\fR
19 have tabs NUMBER characters apart instead of 8
20 .TP
21 \fB\-t\fR, \fB\-\-tabs\fR=\fILIST\fR
22 use comma separated list of explicit tab positions
23 .TP
24 \fB\-\-help\fR
25 display this help and exit
26 .TP
27 \fB\-\-version\fR
28 output version information and exit
29 .PP
30 Instead of \fB\-t\fR NUMBER or \fB\-t\fR LIST, \fB\-NUMBER\fR or \fB\-LIST\fR may be used.
31 .SH "REPORTING BUGS"
32 Report bugs to <bug-textutils@gnu.org>.
33 .SH "SEE ALSO"
34 The full documentation for
35 .B unexpand
36 is maintained as a Texinfo manual.  If the
37 .B info
38 and
39 .B unexpand
40 programs are properly installed at your site, the command
41 .IP
42 .B info unexpand
43 .PP
44 should give you access to the complete manual.
45 .SH COPYRIGHT
46 Copyright \(co 1999 Free Software Foundation, Inc.
47 .br
48 This is free software; see the source for copying conditions.  There is NO
49 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.