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 unexpand bugs to bug-coreutils@gnu.org
40 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
41 General help using GNU software: <http://www.gnu.org/gethelp/>
42 Report unexpand translation bugs to <http://translationpro‐
43 ject.org/team/>
44
46 Copyright © 2010 Free Software Foundation, Inc. License GPLv3+: GNU
47 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
48 This is free software: you are free to change and redistribute it.
49 There is NO WARRANTY, to the extent permitted by law.
50
52 expand(1)
53
54 The full documentation for unexpand is maintained as a Texinfo manual.
55 If the info and unexpand programs are properly installed at your site,
56 the command
57
58 info coreutils 'unexpand invocation'
59
60 should give you access to the complete manual.
61
62
63
64GNU coreutils 8.5 November 2010 UNEXPAND(1)