1UNEXPAND(1)                      User Commands                     UNEXPAND(1)
2
3
4

NAME

6       unexpand - convert spaces to tabs
7

SYNOPSIS

9       unexpand [OPTION]... [FILE]...
10

DESCRIPTION

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
35       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
36       Report   unexpand   translation   bugs    to    <http://translationpro
37       ject.org/team/>
38

AUTHOR

40       Written by David MacKenzie.
41
43       Copyright  ©  2013  Free Software Foundation, Inc.  License GPLv3+: GNU
44       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
45       This is free software: you are free  to  change  and  redistribute  it.
46       There is NO WARRANTY, to the extent permitted by law.
47

SEE ALSO

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 coreutils 'unexpand invocation'
56
57       should give you access to the complete manual.
58
59
60
61GNU coreutils 8.22               October 2018                      UNEXPAND(1)
Impressum