This file is indexed.

/usr/lib/pd/extra/list-abs/examples/list-demux.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
#N canvas 0 0 450 300 10;
#X obj 131 118 list prepend 0;
#X obj 224 95 hradio 15 1 0 4 empty empty empty 0 -6 0 8 -262144 -1
-1 3;
#X obj 131 146 route 0 1 2 3;
#X obj 131 251 print d1;
#X obj 195 177 print d4;
#X obj 174 202 print d3;
#X obj 152 224 print d2;
#X floatatom 131 81 5 0 0 0 - - -;
#X text 111 39 "demux" with lists;
#X connect 0 0 2 0;
#X connect 1 0 0 1;
#X connect 2 0 3 0;
#X connect 2 1 6 0;
#X connect 2 2 5 0;
#X connect 2 3 4 0;
#X connect 7 0 0 0;