This file is indexed.

/usr/lib/pd/extra/list-abs/list-iter-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
#N canvas 0 32 584 444 10;
#X msg 118 97 list a b;
#X msg 132 122 list c d e f;
#X msg 192 225 3;
#X msg 152 155 list a b c d e;
#X msg 152 176 list f g;
#X floatatom 202 245 5 0 0 0 - - -;
#X floatatom 73 230 5 0 0 0 - - -;
#X text 55 45 list-iter - group lists into sub-lists with size-limit
;
#X text 63 353 It's a clone of [zl iter];
#X text 94 382 Also see;
#X obj 161 382 list-group;
#X obj 118 296 print list-iter;
#X obj 118 268 list-iter 2;
#X text 241 224 change size limit (must be at least 1);
#X text 233 267 argument sets size limit. Default: 1;
#N canvas 510 66 494 396 META 0;
#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 5 KEYWORDS control list_op;
#X text 12 105 OUTLET_0 list;
#X text 12 45 DESCRIPTION group lists into sub-lists with size-limit
;
#X text 12 65 INLET_0 anything;
#X text 12 85 INLET_1 float;
#X restore 527 417 pd META;
#X connect 0 0 12 0;
#X connect 1 0 12 0;
#X connect 2 0 12 1;
#X connect 3 0 12 0;
#X connect 4 0 12 0;
#X connect 5 0 12 1;
#X connect 6 0 12 0;
#X connect 12 0 11 0;