This file is indexed.

/usr/share/puredata/doc/5.reference/select-help.pd is in puredata-core 0.48.1-3.

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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#N canvas 47 29 618 683 12;
#X floatatom 22 355 0 0 0 0 - - -;
#X msg 156 130 6;
#X msg 119 130 234;
#X floatatom 119 160 0 0 0 0 - - -;
#X msg 121 324 1;
#X msg 89 324 54;
#X obj 22 415 print x1;
#X obj 100 414 print x2;
#X msg 58 324 23;
#X msg 22 325 234;
#X msg 65 130 6;
#X obj 28 190 select 6;
#X msg 28 130 234;
#X obj 28 220 print x1;
#X obj 107 221 print x2;
#X obj 177 414 print x3;
#X obj 255 415 print x4;
#X floatatom 28 160 0 0 0 0 - - -;
#X obj 22 385 select 23 54 1;
#X text 45 632 abbreviation:;
#X obj 169 633 sel;
#X text 20 37 In its simplest form shown below \, Select checks its
input against the constant "6". If they match \, the first outlet gives
"bang" and otherwise the input is copied to the second outlet. If Select
is used with a single argument \, a second inlet allows you to change
the test value.;
#X text 22 249 You can give several arguments. You get an outlet for
each test value and finally an outlet for values which match none of
them. In this case you don't get inlets to change the test values:
;
#X obj 32 589 print x1;
#X obj 114 590 print x2;
#X msg 34 474 symbol cort;
#X msg 46 499 symbol zack;
#X msg 178 499 symbol cort;
#X msg 184 524 symbol zack;
#X obj 34 562 select cort;
#X msg 308 485 symbol cort;
#X msg 415 485 symbol zack;
#X obj 308 574 print x1;
#X obj 385 574 print x2;
#X obj 308 544 select cort zack;
#X obj 462 574 print x3;
#X msg 413 510 symbol bill;
#X text 24 449 Select can also be used to sort symbols:;
#X text 83 660 see also:;
#X obj 175 662 route;
#X obj 32 10 select;
#X text 92 10 - compare numbers or symbols;
#X text 370 652 updated for Pd version 0.33;
#X connect 0 0 18 0;
#X connect 1 0 3 0;
#X connect 2 0 3 0;
#X connect 3 0 11 1;
#X connect 4 0 0 0;
#X connect 5 0 0 0;
#X connect 8 0 0 0;
#X connect 9 0 0 0;
#X connect 10 0 17 0;
#X connect 11 0 13 0;
#X connect 11 1 14 0;
#X connect 12 0 17 0;
#X connect 17 0 11 0;
#X connect 18 0 6 0;
#X connect 18 1 7 0;
#X connect 18 2 15 0;
#X connect 18 3 16 0;
#X connect 25 0 29 0;
#X connect 26 0 29 0;
#X connect 27 0 29 1;
#X connect 28 0 29 1;
#X connect 29 0 23 0;
#X connect 29 1 24 0;
#X connect 30 0 34 0;
#X connect 31 0 34 0;
#X connect 34 0 32 0;
#X connect 34 1 33 0;
#X connect 34 2 35 0;
#X connect 36 0 34 0;