This file is indexed.

/usr/lib/pd/extra/list-abs/list-len-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
#N canvas 0 31 450 300 10;
#X obj 123 162 list-len;
#X msg 160 132 1 2 3 4 5 6;
#X obj 123 232 print Length;
#X floatatom 141 197 5 0 0 0 - - -;
#X msg 123 77 bang;
#X text 47 20 list-len: calculate length of a list.;
#X msg 136 101 1;
#X text 182 74 empty list;
#X text 218 102 convert atom to 1-elem list;
#X text 262 133 "real" lists;
#X msg 167 101 dog;
#N canvas 460 31 494 396 META 0;
#X text 12 25 LICENSE SIBSD;
#X text 12 105 AUTHOR Frank Barknecht;
#X text 12 125 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 5 KEYWORDS control list_op;
#X text 12 65 INLET_0 anything;
#X text 12 45 DESCRIPTION calculate length of a list;
#X text 12 85 OUTLET_0 float;
#X restore 386 261 pd META;
#X connect 0 0 2 0;
#X connect 0 0 3 0;
#X connect 1 0 0 0;
#X connect 4 0 0 0;
#X connect 6 0 0 0;
#X connect 10 0 0 0;