This file is indexed.

/usr/lib/pd/extra/list-abs/list-compare-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
#N canvas 0 26 529 463 10;
#X floatatom 149 244 5 0 0 0 - - -;
#X obj 213 244 loadbang;
#X msg 149 217 0;
#X msg 179 217 4;
#X msg 134 169 seven;
#X msg 134 196 symbol eight;
#X obj 134 316 list-compare;
#X obj 134 354 tgl 24 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 134 389 print EQUAL?;
#X text 69 21 [list-compare];
#X text 108 42 Compare two lists element by element.;
#X floatatom 228 295 5 0 0 0 - - -;
#X text 134 90 Out: 1 if equal \, 0 if not equal.;
#X text 134 66 In: two lists to compare.;
#X msg 134 115 0 1 2 3 4 5 6 seven eight;
#X msg 134 142 0 1 2 3 4 5 6 seventy eight;
#X msg 213 271 0 1 2 3 4 5 6 seven eight;
#N canvas 416 170 494 396 META 0;
#X text 12 5 KEYWORDS control list_op;
#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 105 OUTLET_0 float;
#X text 12 65 INLET_0 anything;
#X text 12 85 INLET_1 anything;
#X text 12 45 DESCRIPTION compare two lists element by element;
#X restore 456 427 pd META;
#X connect 0 0 6 0;
#X connect 1 0 16 0;
#X connect 2 0 0 0;
#X connect 3 0 0 0;
#X connect 4 0 6 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 11 0 6 1;
#X connect 14 0 6 0;
#X connect 15 0 6 0;
#X connect 16 0 6 1;