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

AUTHOR

33       Written by David MacKenzie.
34

REPORTING BUGS

36       Report bugs to <bug-coreutils@gnu.org>.
37
39       Copyright © 2007 Free Software Foundation, Inc.
40       This  is  free  software.   You may redistribute copies of it under the
41       terms      of      the      GNU      General       Public       License
42       <http://www.gnu.org/licenses/gpl.html>.   There  is NO WARRANTY, to the
43       extent permitted by law.
44

SEE ALSO

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