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

NAME

6       expand - convert tabs to spaces
7

SYNOPSIS

9       expand [OPTION]... [FILE]...
10

DESCRIPTION

12       Convert  tabs in each FILE to spaces, 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       -i, --initial
19              do not convert tabs after non blanks
20
21       -t, --tabs=NUMBER
22              have tabs NUMBER characters apart, not 8
23
24       -t, --tabs=LIST
25              use comma separated list of explicit tab positions
26
27       --help display this help and exit
28
29       --version
30              output version information and exit
31
32       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
33       Report expand translation bugs to <http://translationproject.org/team/>
34

AUTHOR

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

SEE ALSO

45       unexpand(1)
46
47       The full documentation for expand is maintained as  a  Texinfo  manual.
48       If  the  info  and expand programs are properly installed at your site,
49       the command
50
51              info coreutils 'expand invocation'
52
53       should give you access to the complete manual.
54
55
56
57GNU coreutils 8.22               October 2018                        EXPAND(1)
Impressum