This file is indexed.

/usr/lib/pd/extra/pddp/examples/pddplink-test-02.pd is in pd-pddp 0.2.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
#N canvas 321 192 475 404 12;
#X text 20 10 first entry;
#X text 50 50 three ways of linking to a;
#X obj 270 50 pddplink pddplink-test-02.html -text local html page
;
#X obj 50 75 pddplink pddplink-test-02.html;
#X obj 50 110 pddplink pddplink-test-02.html -box;
#X text 50 170 three ways of linking to a;
#X obj 270 170 pddplink http://puredata.info -text remote html page
;
#X obj 50 195 pddplink http://puredata.info;
#X obj 50 230 pddplink http://puredata.info -box;
#X text 50 290 three ways of linking to;
#X obj 260 290 pddplink pddplink-test-01.pd -text another local patch
;
#X obj 50 315 pddplink pddplink-test-01.pd;
#X obj 50 350 pddplink pddplink-test-01.pd -box;