This file is indexed.

/usr/share/doublecmd/doc/en/findfiles.html is in doublecmd-help-en 0.8.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
  <head>
    <title>DC - Find files</title>
    <link rel="STYLESHEET" type="text/css" href="doublecmd.css">
    <link rel="shortcut icon" href="../../pixmaps/common/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>

  <body>
    <a name="topofpage"></a>
    <div class="header"><a href="index.html"><img src="../../pixmaps/common/dclogo2017.png" alt="Double Commander" height="48" width="374"></a>
      <div id="global-nav" class="nav"><a title="Double Commander" href="http://doublecmd.sourceforge.net/" target="_blank">Homepage</a></div>
    </div>
    <div class="footer"><div class="nav"><a title="Index" href="index.html">Index</a> | <a title="Previous page" href="help.html">Previous</a> | <a title="Next page" href="directoryhotlist.html">Next</a></div></div>

    <div class="dchelpage">
      <div>
        <h1>2.2. Find files</h1>
      </div> 

      <div>
        <h2>Content</h2>
        <dl>
          <dt>1. <a href="#attributes">Searching for files with specific attributes</a></dt>
          <dt>2. <a href="#advpattrn">Advanced patterns</a></dt>
          <dt>3. <a href="#examples">Examples</a></dt>
        </dl>
      </div>

      <div>
        <h2><a name="attributes">1. Searching for files with specific attributes.</a></h2>
        <p>To search for specific attributes you must enter a string pattern, which specifies which attributes are searched for, and if they should be enabled or disabled.</p>
        <p>A single attribute is represented with the following format:</p>
        <p><code>&lt;attribute&gt;+</code> or <code>&lt;attribute&gt;-</code></p>

        <p>The plus sign means that the file must have that attribute set, a minus sign means that the file must not have that attribute set.</p>

        <p>The various <tt>&lt;attribute&gt;</tt> identifiers are as follows:</p>

        <table>
          <tr class="rowcategorytitle"><th colspan="2">Attributes in WINDOWS</th></tr>
          <tr class="rowsubtitle"><th class="namecolumn">Attribute letter</th><th class="categorydesccolumn">What it stands for</th></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">r</div></td><td class="hintcell">read only</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">a</div></td><td class="hintcell">archive</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">h</div></td><td class="hintcell">hidden</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">s</div></td><td class="hintcell">system</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">d</div></td><td class="hintcell">directory</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">l</div></td><td class="hintcell">symlink</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">t</div></td><td class="hintcell">temporary</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">p</div></td><td class="hintcell">sparse</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">c</div></td><td class="hintcell">compressed</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">e</div></td><td class="hintcell">encrypted</td></tr>
        </table>
        <BR>

        <table>
          <tr class="rowcategorytitle"><th colspan="2">Attributes in UNIX/LINUX (Permissions)</th></tr>
          <tr class="rowsubtitle"><th class="namecolumn">Permissions letters</th><th class="categorydesccolumn">What it stands for</th></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">ur</div></td><td class="hintcell">user read</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">uw</div></td><td class="hintcell">user write</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">ux</div></td><td class="hintcell">user execute</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">gr</div></td><td class="hintcell">group read</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">gw</div></td><td class="hintcell">group write</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">gx</div></td><td class="hintcell">group execute</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">or</div></td><td class="hintcell">others read</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">ow</div></td><td class="hintcell">others write</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">ox</div></td><td class="hintcell">others execute</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">us</div></td><td class="hintcell">set user ID</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">gs</div></td><td class="hintcell">set group ID</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">sb</div></td><td class="hintcell">sticky bit</td></tr>
        </table>
        <BR>

        <table>
          <tr class="rowcategorytitle"><th colspan="2">Attributes in UNIX/LINUX (File Types)</th></tr>
          <tr class="rowsubtitle"><th class="namecolumn">File Types letters</th><th class="categorydesccolumn">What it stands for</th></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">b</div></td><td class="hintcell">block</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">c</div></td><td class="hintcell">character</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">d</div></td><td class="hintcell">directory</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">f</div></td><td class="hintcell">fifo</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">l</div></td><td class="hintcell">symlink</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">r</div></td><td class="hintcell">regular</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">s</div></td><td class="hintcell">socket</td></tr>
        </table>
        <BR>

        <p>In Unix/Linux you may also use octal representation of permissions. For example 0750 is the same as ur, uw, ux, gr and gx combined.</p>
        <p class="navback"><a href="#topofpage">(back to top)</a></p>
      </div>

      <div> 
        <h2>2. <a name="advpattrn">Advanced patterns</a></h2>
        <p>Several attributes may be combined together with an AND relationship.</p>
        <p>Just specify one pattern after another.</p>
        <p>For example: <tt>r+s+h+</tt> matches files that have all three: read-only, hidden and system attributes set.</p>

        <p>Furthermore, such groups of AND attributes may be combined together with an OR relationship.</p>
        <p>This is done by using the "|" character (vertical bar). For example: <tt>r+|s+h+</tt> matches files that have either:</p>
        <ul>
          <li>read-only attribute set</li>
          <li>both hidden and system attributes set.</li>
        </ul>

        <p>It is possible to negate AND sequences using "!" character specified at the start of the sequence.</p>
        <p>For example: <tt>!r+s+h+</tt> matches files that don't have all three: read-only, hidden and system attributes set.</p>
        <p>The matched file may have none, one or more of those attributes set, but not all of them.</p>
        <p>Negation only applies to AND sequences, thus pattern <tt>!r+|!s+h+</tt> matches files that either:</p>
        <ul>
          <li>don't have read-only attribute set (the same as r-)</li>
          <li>don't have both hidden and system attributes set.</li>
        </ul>

        <p>You cannot use parenthesis to separate sequences.</p>
        <p class="navback"><a href="#topofpage">(back to top)</a></p>
      </div>

      <div>
        <h2>3. <a name="examples">Examples</a></h2>
        <BR>
        <table>
          <tr class="rowcategorytitle"><th colspan="2">Example in Windows</th></tr>
          <tr class="rowsubtitle"><th class="namecolumn">Examples letters</th><th class="categorydesccolumn">How it is interpreted</th></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">a+s-h-</div></td><td class="hintcell">matches files that have archive attribute set and don't have neither system nor hidden attributes set</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">e+|c+</div></td><td class="hintcell">matches files that are either compressed or encrypted (these are NTFS attributes)</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">d-</div></td><td class="hintcell">matches files but not directories</td></tr>
        </table>
        <BR>

        <table>
          <tr class="rowcategorytitle"><th colspan="2">Example in Unix/Linux</th></tr>
          <tr class="rowsubtitle"><th class="namecolumn">Examples letters</th><th class="categorydesccolumn">How it is interpreted</th></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">uw+|gw+|ow+</div></td><td class="hintcell">matches files that are writeable either by user, group or anybody else</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">222+</div></td><td class="hintcell">matches files that are writeable by user, and by group, and by anybody else</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">d+ox+</div></td><td class="hintcell">matches directories that are accessible by anybody</td></tr>
          <tr><td class="varcell"><div class="firstcolumnaleft">!700+</div></td><td class="hintcell">matches files that are not fully accessible to the user</td></tr>
        </table>
        <BR>
        <p class="navback"><a href="#topofpage">(back to top)</a></p>
        <BR>
      </div>
    </div>
    <div class="footer"><div class="nav"><a title="Index" href="index.html">Index</a> | <a title="Previous page" href="help.html">Previous</a> | <a title="Next page" href="directoryhotlist.html">Next</a></div></div>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
    <BR>
  </body>
</html>