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 --print-ls-colors
25 output fully escaped colors for display
26
27 --help display this help and exit
28
29 --version
30 output version information and exit
31
32 If FILE is specified, read it to determine which colors to use for
33 which file types and extensions. Otherwise, a precompiled database is
34 used. For details on the format of these files, run 'dircolors
35 --print-database'.
36
38 Written by H. Peter Anvin.
39
41 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
42 Report any translation bugs to <https://translationproject.org/team/>
43
45 Copyright © 2023 Free Software Foundation, Inc. License GPLv3+: GNU
46 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
47 This is free software: you are free to change and redistribute it.
48 There is NO WARRANTY, to the extent permitted by law.
49
51 Full documentation <https://www.gnu.org/software/coreutils/dircolors>
52 or available locally via: info '(coreutils) dircolors invocation'
53
54
55
56GNU coreutils 9.3 September 2023 DIRCOLORS(1)