On Fri, Aug 27, 2010 at 7:36 PM, Matteo Sisti Sette < matteosistisette@gmail.com> wrote:
On 08/27/2010 06:39 PM, cyrille henry wrote:
for now, extern have priority over abstractions.
Ok thanks
but replacing [abstraction_name] to [abs/abstraction_name] can be made
in few sec with every text editor.
Yes of course, but I have to do it for every abstraction_name.
However I now realise that I can get the list of abstraction names from the directory listing.
Also I didn't know sed, thank you for the suggestion.
I suppose you already got it, so for the archives:
To replace foo with foo_bar in multiple files: sed -i 's/foo/foo_bar/g' *.pd
Andras