Tizen 2.0 Release
[external/tizen-coreutils.git] / man / unexpand.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH UNEXPAND "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 unexpand \- convert spaces to tabs
5 .SH SYNOPSIS
6 .B unexpand
7 [\fIOPTION\fR]... [\fIFILE\fR]...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Convert blanks in each FILE to tabs, 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\-a\fR, \fB\-\-all\fR
17 convert all blanks, instead of just initial blanks
18 .TP
19 \fB\-\-first\-only\fR
20 convert only leading sequences of blanks (overrides \fB\-a\fR)
21 .TP
22 \fB\-t\fR, \fB\-\-tabs\fR=\fIN\fR
23 have tabs N characters apart instead of 8 (enables \fB\-a\fR)
24 .TP
25 \fB\-t\fR, \fB\-\-tabs\fR=\fILIST\fR
26 use comma separated LIST of tab positions (enables \fB\-a\fR)
27 .TP
28 \fB\-\-help\fR
29 display this help and exit
30 .TP
31 \fB\-\-version\fR
32 output version information and exit
33 .SH AUTHOR
34 Written by David MacKenzie.
35 .SH "REPORTING BUGS"
36 Report bugs to <bug\-coreutils@gnu.org>.
37 .SH COPYRIGHT
38 Copyright \(co 2007 Free Software Foundation, Inc.
39 .br
40 This is free software.  You may redistribute copies of it under the terms of
41 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
42 There is NO WARRANTY, to the extent permitted by law.
43 .SH "SEE ALSO"
44 expand(1)
45 .PP
46 The full documentation for
47 .B unexpand
48 is maintained as a Texinfo manual.  If the
49 .B info
50 and
51 .B unexpand
52 programs are properly installed at your site, the command
53 .IP
54 .B info unexpand
55 .PP
56 should give you access to the complete manual.