/usr/lib/pd/extra/iemlib/stripfilename-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 | #N canvas 183 294 494 268 10;
#X obj 87 75 symbol;
#X msg 87 43 abcdefghijk;
#X msg 26 59 set 2;
#X text 116 14 characters of a symbol;
#X text 10 1 stripfilename: strip the first or last;
#X obj 47 138 stripfilename -5;
#X msg 11 39 set -7;
#X obj 47 160 print;
#X text 190 92 1.arg: <float> number of first;
#X text 227 105 or last characters to strip;
#X text 218 132 if positiv -> first;
#X text 218 144 if negativ -> last;
#X msg 40 81 set 8;
#X text 115 218 IEM KUG;
#X text 99 206 musil;
#X text 129 206 @;
#X text 135 206 iem.at;
#X text 50 195 (c) Thomas Musil 2000 - 2005;
#X text 98 228 Graz \, Austria;
#X connect 0 0 5 0;
#X connect 1 0 0 0;
#X connect 2 0 5 0;
#X connect 5 0 7 0;
#X connect 6 0 5 0;
#X connect 12 0 5 0;
|