Tizen 2.0 Release
[external/tizen-coreutils.git] / man / dircolors.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH DIRCOLORS "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 dircolors \- color setup for ls
5 .SH SYNOPSIS
6 .B dircolors
7 [\fIOPTION\fR]... [\fIFILE\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Output commands to set the LS_COLORS environment variable.
12 .SS "Determine format of output:"
13 .TP
14 \fB\-b\fR, \fB\-\-sh\fR, \fB\-\-bourne\-shell\fR
15 output Bourne shell code to set LS_COLORS
16 .TP
17 \fB\-c\fR, \fB\-\-csh\fR, \fB\-\-c\-shell\fR
18 output C shell code to set LS_COLORS
19 .TP
20 \fB\-p\fR, \fB\-\-print\-database\fR
21 output defaults
22 .TP
23 \fB\-\-help\fR
24 display this help and exit
25 .TP
26 \fB\-\-version\fR
27 output version information and exit
28 .PP
29 If FILE is specified, read it to determine which colors to use for which
30 file types and extensions.  Otherwise, a precompiled database is used.
31 For details on the format of these files, run `dircolors \fB\-\-print\-database\fR'.
32 .SH AUTHOR
33 Written by H. Peter Anvin.
34 .SH "REPORTING BUGS"
35 Report bugs to <bug\-coreutils@gnu.org>.
36 .SH COPYRIGHT
37 Copyright \(co 2007 Free Software Foundation, Inc.
38 .br
39 This is free software.  You may redistribute copies of it under the terms of
40 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
41 There is NO WARRANTY, to the extent permitted by law.
42 .SH "SEE ALSO"
43 The full documentation for
44 .B dircolors
45 is maintained as a Texinfo manual.  If the
46 .B info
47 and
48 .B dircolors
49 programs are properly installed at your site, the command
50 .IP
51 .B info dircolors
52 .PP
53 should give you access to the complete manual.