This file is indexed.

/usr/lib/pd/extra/list-abs/list-makefilename-a.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
#N canvas 674 83 624 640 10;
#X msg 119 113 1 2 3 4 a b c;
#X text 251 117 <- click to test;
#X obj 196 386 list;
#X obj 77 499 list;
#X obj 100 385 list prepend;
#X obj 78 150 t b a b;
#X obj 122 178 s \$0-reset-result;
#X obj 179 357 r \$0-reset-result;
#X text 260 177 clear result list;
#X text 181 204 "Drip" (serialize) the list;
#X text 258 389 Repack the list (think of the counter);
#X text 124 496 Final result is built here;
#X obj 78 81 inlet;
#X obj 223 248 inlet;
#X obj 77 530 outlet;
#X obj 100 334 makefilename \$1;
#X obj 223 272 symbol;
#X msg 223 293 set \$1;
#X text 148 27 Use as "list-makefilename makefilename-arg". Right inlet
can be used to change the arg to makefilename.;
#X obj 100 202 list-drip;
#X connect 0 0 5 0;
#X connect 2 0 4 1;
#X connect 3 0 14 0;
#X connect 4 0 2 0;
#X connect 4 0 3 1;
#X connect 5 0 3 0;
#X connect 5 1 19 0;
#X connect 5 2 6 0;
#X connect 7 0 4 1;
#X connect 12 0 5 0;
#X connect 13 0 16 0;
#X connect 15 0 4 0;
#X connect 16 0 17 0;
#X connect 17 0 15 0;
#X connect 19 0 15 0;