OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / unexpand.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH UNEXPAND "1" "May 2014" "GNU coreutils 8.22" "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 .PP
34 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
35 Report unexpand translation bugs to <http://translationproject.org/team/>
36 .SH AUTHOR
37 Written by David MacKenzie.
38 .SH COPYRIGHT
39 Copyright \(co 2013 Free Software Foundation, Inc.
40 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
41 .br
42 This is free software: you are free to change and redistribute it.
43 There is NO WARRANTY, to the extent permitted by law.
44 .SH "SEE ALSO"
45 expand(1)
46 .PP
47 The full documentation for
48 .B unexpand
49 is maintained as a Texinfo manual.  If the
50 .B info
51 and
52 .B unexpand
53 programs are properly installed at your site, the command
54 .IP
55 .B info coreutils \(aqunexpand invocation\(aq
56 .PP
57 should give you access to the complete manual.