1UNEXPAND(1) User Commands UNEXPAND(1)
2
3
4
6 unexpand - convert spaces to tabs
7
9 unexpand [OPTION]... [FILE]...
10
12 Convert blanks in each FILE to tabs, writing to standard output. With
13 no FILE, or when FILE is -, read standard input.
14
15 Mandatory arguments to long options are mandatory for short options
16 too.
17
18 -a, --all
19 convert all blanks, instead of just initial blanks
20
21 --first-only
22 convert only leading sequences of blanks (overrides -a)
23
24 -t, --tabs=N
25 have tabs N characters apart instead of 8 (enables -a)
26
27 -t, --tabs=LIST
28 use comma separated LIST of tab positions (enables -a)
29
30 --help display this help and exit
31
32 --version
33 output version information and exit
34
36 Written by David MacKenzie.
37
39 Report bugs to <bug-coreutils@gnu.org>.
40
42 Copyright © 2007 Free Software Foundation, Inc.
43 This is free software. You may redistribute copies of it under the
44 terms of the GNU General Public License
45 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
46 extent permitted by law.
47
49 expand(1)
50
51 The full documentation for unexpand is maintained as a Texinfo manual.
52 If the info and unexpand programs are properly installed at your site,
53 the command
54
55 info unexpand
56
57 should give you access to the complete manual.
58
59
60
61GNU coreutils 6.9 March 2008 UNEXPAND(1)