[PD] abstraction precedence

András Murányi muranyia at gmail.com
Fri Aug 27 21:08:23 CEST 2010


On Fri, Aug 27, 2010 at 7:36 PM, Matteo Sisti Sette <
matteosistisette at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20100827/da9f7688/attachment.htm>


More information about the Pd-list mailing list