This file is indexed.

/usr/lib/pd/extra/list-abs/list-unique-help.pd is in pd-list-abs 0.1-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
#N canvas 0 31 543 489 10;
#X msg 93 366;
#N canvas 0 0 450 300 show 0;
#X obj 41 39 inlet;
#X obj 41 124 outlet;
#X obj 41 59 list prepend set;
#X obj 41 83 list trim;
#X connect 0 0 2 0;
#X connect 2 0 3 0;
#X connect 3 0 1 0;
#X restore 93 336 pd show;
#X msg 105 307 bang;
#X text 90 415 2007 Frank Barknecht;
#X text 208 246 number of allowed repetitions (default 1);
#X obj 93 270 list-unique;
#X floatatom 165 246 5 0 0 0 - - -;
#X msg 112 100 1 1 1 1 1 1 1 1;
#X msg 93 78 1 2 3 2 1;
#X text 56 27 [list-unique] - remove duplicates from a list;
#X text 90 57 list to uniquify;
#X obj 120 144 hradio 15 1 0 3 empty empty empty 0 -8 0 10 -262144
-1 -1 0;
#X obj 150 212 + 1;
#X obj 120 162 t b a;
#X msg 120 183 list H e l l o - W o r l d;
#N canvas 506 181 494 396 META 0;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 AUTHOR Frank Barknecht;
#X text 12 145 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 45 DESCRIPTION remove duplicates from a list;
#X text 12 65 INLET_0 anything;
#X text 12 85 INLET_1 float;
#X text 12 105 OUTLET_0 list;
#X text 12 5 KEYWORDS control list_op filter;
#X restore 474 450 pd META;
#X connect 1 0 0 0;
#X connect 2 0 1 0;
#X connect 5 0 1 0;
#X connect 6 0 5 1;
#X connect 7 0 5 0;
#X connect 8 0 5 0;
#X connect 11 0 13 0;
#X connect 12 0 6 0;
#X connect 13 0 14 0;
#X connect 13 1 12 0;
#X connect 14 0 5 0;