1DIRCOLORS(1) User Commands DIRCOLORS(1)
2
3
4
6 dircolors - color setup for ls
7
9 dircolors [OPTION]... [FILE]
10
12 Output commands to set the LS_COLORS environment variable.
13
14 Determine format of output:
15 -b, --sh, --bourne-shell
16 output Bourne shell code to set LS_COLORS
17
18 -c, --csh, --c-shell
19 output C shell code to set LS_COLORS
20
21 -p, --print-database
22 output defaults
23
24 --help display this help and exit
25
26 --version
27 output version information and exit
28
29 If FILE is specified, read it to determine which colors to use for
30 which file types and extensions. Otherwise, a precompiled database is
31 used. For details on the format of these files, run `dircolors
32 --print-database'.
33
35 Written by H. Peter Anvin.
36
38 Report bugs to <bug-coreutils@gnu.org>.
39
41 Copyright © 2007 Free Software Foundation, Inc.
42 This is free software. You may redistribute copies of it under the
43 terms of the GNU General Public License
44 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
45 extent permitted by law.
46
48 The full documentation for dircolors is maintained as a Texinfo manual.
49 If the info and dircolors programs are properly installed at your site,
50 the command
51
52 info dircolors
53
54 should give you access to the complete manual.
55
56
57
58GNU coreutils 6.9 March 2008 DIRCOLORS(1)