This file is indexed.

/usr/lib/pd/extra/rtc/scramble-help.pd is in pd-rtclib 4.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
#N canvas 250 127 580 435 10;
#X obj 168 200 bng 15 250 50 1 empty empty clear_display 0 -6 0 8 -262144
-1 -1;
#X msg 204 127 1.66 2.73 0.45 -6;
#X msg 126 127 1 2 3 4 5;
#X msg 126 229;
#X obj 76 120 bng 15 250 50 0 empty empty reshuffle 0 -6 0 8 -262144
-1 -1;
#X obj 126 171 scramble;
#X obj 126 199 show;
#X text 52 303 Clone of the Max external by James McCartney (1992)
;
#X text 26 42 scramble;
#X text 100 30 scrambles the order of a list of numbers. bang in left
inlet triggers a new random output of the last list sent to the inlet.
List in inlet gets scrambled and sent out the outlet. (Uses [urn] external.)
;
#X connect 0 0 6 1;
#X connect 1 0 5 0;
#X connect 2 0 5 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 3 0;