Joachim Schmitz wrote:
Hi, I want to load all files ending in *.py,*.pt in the current directory and all subdirectories into Jed at startup. How can I do that ?
A solution using find: $ find \( -iname *.py -o -iname *.pt \) -fprintf tmplist.sl "()=findfile(\"%p\");\n" & jed -l ./tmplist.sl Marko -------------------------- To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with the word "unsubscribe" in the message body. Need help? Email <jed-users-owner@xxxxxxxxxxx>.