jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: how to load a list of files into jed at startup


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>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]