/usr/lib/pd/extra/iemlib/mergefilename-help.pd is in pd-iemlib 1.20.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 44 45 46 47 48 49 50 | #N canvas 82 111 634 456 10;
#X msg 389 153 separator $;
#X msg 389 88 separator @;
#X msg 389 109 separator :;
#X obj 33 316 mergefilename;
#X msg 22 82 C:/program/pd/my_project my_foo.pd;
#X obj 33 338 print path+file;
#X msg 389 46 separator /;
#N canvas 4 20 450 300 /SUBPATCH/ 0;
#X obj 101 31 inlet;
#X obj 100 59 outlet;
#X connect 0 0 1 0;
#X restore 389 276 pd;
#X msg 389 174 separator z;
#X msg 389 195 separator _;
#X msg 389 216 separator .;
#X text 8 1 mergefilename: merge a list of symbols and floats to a
;
#X msg 404 241 separator;
#X msg 389 67 separator space;
#X msg 55 111 /home/me my_first_patch.pd;
#X msg 389 131 separator 2;
#X text 134 317 1.arg: <symbol> separator-character (opt.);
#X msg 91 159 aaa bbb ccc ddd eeee;
#X msg 119 204 11 22 33 44;
#X text 466 45 <- click here;
#X obj 423 318 mergefilename /;
#X text 80 17 symbol \, connected by a separator (default: "");
#X text 115 398 IEM KUG;
#X text 99 386 musil;
#X text 129 386 @;
#X text 135 386 iem.at;
#X text 50 375 (c) Thomas Musil 2000 - 2005;
#X text 98 408 Graz \, Austria;
#X connect 0 0 7 0;
#X connect 1 0 7 0;
#X connect 2 0 7 0;
#X connect 3 0 5 0;
#X connect 4 0 3 0;
#X connect 6 0 7 0;
#X connect 7 0 3 0;
#X connect 8 0 7 0;
#X connect 9 0 7 0;
#X connect 10 0 7 0;
#X connect 12 0 7 0;
#X connect 13 0 7 0;
#X connect 14 0 3 0;
#X connect 15 0 7 0;
#X connect 17 0 3 0;
#X connect 18 0 3 0;
|