Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 43422 | Differences between
and this patch

Collapse All | Expand All

(-)equery.1.orig (+39 lines)
Lines 85-90 Link Here
85
.br
85
.br
86
.B \-\-type
86
.B \-\-type
87
output the type of each file
87
output the type of each file
88
.br
89
.B \-\-filter=<rules>
90
filter output based on files type or path
91
.br
92
.B \t<rules>
93
is a comma separated list of filtering rules. Available rules are:
94
.br
95
.B \t\tdir\ 
96
regular directories
97
.br
98
.B \t\tobj\ 
99
regular files
100
.br
101
.B \t\tsym\ 
102
symbolic links
103
.br
104
.B \t\tdev\ 
105
device nodes
106
.br
107
.B \t\tfifo
108
named pipes
109
.br
110
.B \t\tpath
111
shortest paths where some files where installed
112
.br
113
.B \t\tconf
114
configuration files (based on $CONFIG_PROTECT)
115
.br
116
.B \t\tcmd\ 
117
user commands (based on $PATH)
118
.br
119
.B \t\tdoc\ 
120
documentation files (from /usr/share/doc)
121
.br
122
.B \t\tman\ 
123
manpages (from /usr/share/man)
124
.br
125
.B \t\tinfo
126
info pages (from /usr/share/info)
88
.PP
127
.PP
89
.TP
128
.TP
90
.B list <local\-opts> pkgspec
129
.B list <local\-opts> pkgspec

Return to bug 43422