[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: update all files with convert.ly
From: |
David Kastrup |
Subject: |
Re: update all files with convert.ly |
Date: |
Tue, 04 Sep 2012 11:37:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Stefan Thomas <address@hidden> writes:
> Dear community,
> how can I update all my ly files (including subfolders) with one
> command?
Depending on operating system, something like
find -name '*.ly' -exec convert-ly -ed {} \;
might do the trick. Needless to say, create a backup first.
--
David Kastrup