This file is indexed.

/usr/lib/pd/extra/list-abs/list-group-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
38
39
40
#N canvas 0 26 706 457 10;
#X msg 118 97 list a b;
#X msg 132 122 list c d e f;
#X msg 199 225 3;
#X msg 152 175 list a b c d e;
#X msg 152 196 list f g;
#X text 55 45 list-group - group items into lists of the same size
;
#X text 150 151 remaining items are stored and used for the next group:
;
#X floatatom 209 245 5 0 0 0 - - -;
#X floatatom 73 230 5 0 0 0 - - -;
#X text 63 353 It's a clone of [zl group];
#X obj 118 296 print list-group;
#X text 233 267 argument sets number of elements to group (default:
1);
#X text 257 220 change group size (at least 1) - changing will also
empty the internal buffer;
#X obj 118 268 list-group 2;
#X text 94 382 Also see;
#X obj 161 382 list-iter;
#N canvas 460 46 494 396 META 0;
#X text 12 5 KEYWORDS control list_op;
#X text 12 25 LICENSE SIBSD;
#X text 12 125 AUTHOR Frank Barknecht;
#X text 12 105 OUTLET_0 list;
#X text 12 145 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 85 INLET_1 float;
#X text 12 45 DESCRIPTION group items into lists of the same size;
#X text 12 65 INLET_0 list;
#X restore 577 387 pd META;
#X connect 0 0 13 0;
#X connect 1 0 13 0;
#X connect 2 0 13 1;
#X connect 3 0 13 0;
#X connect 4 0 13 0;
#X connect 7 0 13 1;
#X connect 8 0 13 0;
#X connect 13 0 10 0;