This file is indexed.

/usr/lib/pd/extra/list-abs/list-rev.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
#N canvas 575 449 566 351 10;
#X obj 92 29 inlet;
#X obj 148 141 t l;
#X obj 92 141 list;
#X obj 152 210 list;
#X obj 152 262 outlet;
#X text 174 95 drip list;
#X text 190 213 intermediate store \, bang'd on list end.;
#X text 178 140 repack in reverse order;
#X obj 92 54 t a b b;
#X obj 92 94 list-drip;
#X connect 0 0 8 0;
#X connect 1 0 2 1;
#X connect 2 0 1 0;
#X connect 2 0 3 1;
#X connect 3 0 4 0;
#X connect 8 0 9 0;
#X connect 8 1 2 1;
#X connect 8 2 3 1;
#X connect 9 0 2 0;
#X connect 9 1 3 0;