OSDN Git Service

coreutils (8.21): Update releases
[linuxjm/coreutils.git] / original / man1 / unexpand.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH UNEXPAND "1" "May 2014" "GNU coreutils 8.21" "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 unexpand bugs to bug\-coreutils@gnu.org
37 .br
38 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
39 .br
40 General help using GNU software: <http://www.gnu.org/gethelp/>
41 .br
42 Report unexpand translation bugs to <http://translationproject.org/team/>
43 .SH COPYRIGHT
44 Copyright \(co 2013 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 expand(1)
51 .PP
52 The full documentation for
53 .B unexpand
54 is maintained as a Texinfo manual.  If the
55 .B info
56 and
57 .B unexpand
58 programs are properly installed at your site, the command
59 .IP
60 .B info coreutils \(aqunexpand invocation\(aq
61 .PP
62 should give you access to the complete manual.