This file is indexed.

/usr/lib/pd/extra/list-abs/list-delete-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
41
42
43
#N canvas 0 26 572 423 10;
#X obj 85 190 hradio 15 1 0 8 empty empty POS_(zero-based) 0 -6 0 8
-262144 -1 -1 0;
#X floatatom 85 210 5 0 0 0 - - -;
#X msg 49 160 0 1 2 3 4;
#X obj 49 288 print;
#X text 36 55 Negative POS counts from the end of the list.;
#X text 35 26 list-delete: delete element at position POS from list.
;
#X floatatom 121 239 5 0 0 1 how_many - -;
#X msg 293 170 0 1 2 3 4;
#X obj 293 288 print;
#X text 322 211 arguments: <pos> <bodycount>;
#X obj 49 258 list-delete;
#X text 38 79 Arguments;
#X text 51 102 1: Default POS to delete.;
#X text 51 123 2: How many items to delete (cannot be less than 1)
;
#X floatatom 343 239 5 0 0 0 - - -;
#X floatatom 393 240 5 0 0 0 - - -;
#X obj 293 259 list-delete 2 3;
#N canvas 520 35 494 396 META 0;
#X text 12 5 KEYWORDS control list_op;
#X text 12 25 LICENSE SIBSD;
#X text 12 145 AUTHOR Frank Barknecht;
#X text 12 165 HELP_PATCH_AUTHORS Frank Barknecht. "pd meta" information
added by Jonathan Wilkes for Pd version 0.42.;
#X text 12 65 INLET_0 list;
#X text 12 45 DESCRIPTION delete element at position POS from list
;
#X text 12 85 INLET_1 float;
#X text 12 105 INLET_2 float;
#X text 12 125 OUTLET_0 list;
#X restore 507 387 pd META;
#X connect 0 0 1 0;
#X connect 1 0 10 1;
#X connect 2 0 10 0;
#X connect 6 0 10 2;
#X connect 7 0 16 0;
#X connect 10 0 3 0;
#X connect 14 0 16 1;
#X connect 15 0 16 2;
#X connect 16 0 8 0;