Csound Csound-dev Csound-tekno Search About

Re: a text formatting/Executor question

Date1997-04-24 19:49
FromTomy Hudson
SubjectRe: a text formatting/Executor question
Jens wrote

> tr '\015' '\012' < foo > bar

There's a saying among Perl programmers "TIMTOWTDI" (pronounced "Tim
Toady"), 
"There Is More Than One Way To Do It", but it's hard for a Unix geek
like myself
to not find beauty in the simplest and most terse. Thanks Jens for
pulling
out another oft' forgotten but useful "blade" from the Swiss Army Knife
of
operating systems. BTW, you can save typing four characters by

tr '\r' '\n' < foo > bar

Dave, you mentioned running music apps under Executor on Linux. What Mac
apps
have you been successful at running? 

Tomy