Re: update all files with convert.ly (Vol 118, Issue 26)

2012-09-07 Thread eluze
pabuhr wrote > > > >One way to cope with that, if the OS is sufficiently unix-like, is: > >for f in `find . -name \*.ly -print` >do > echo Converting $f > convert-ly -ed $f >done > >Then any files which had problems could be identified and addressed > individuall

Re: update all files with convert.ly (Vol 118, Issue 26)

2012-09-06 Thread pabuhr
Try $ find -name '*.ly' -print -exec convert-ly -ed {} \; to print the file name before each conversion. > From: Reinhold Kainhofer > To: David Kastrup > Subject: Re: update all files with convert.ly > On 2012-09-04 11:37, David Kastrup wrote:> Stefan Thomas > writes: >

Re: update all files with convert.ly (Vol 118, Issue 26)

2012-09-06 Thread Patrick or Cynthia Karl
> Message: 5 > Date: Wed, 05 Sep 2012 23:47:31 +0200 > From: Reinhold Kainhofer > To: David Kastrup > Subject: Re: update all files with convert.ly > On 2012-09-04 11:37, David Kastrup wrote:> Stefan Thomas > writes: >> >>> Dear community, >>> how can I update all my ly files (including subf