lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scripts/auxiliar/update-with-convert-ly.sh appears not to work on Do


From: Graham Percival
Subject: Re: scripts/auxiliar/update-with-convert-ly.sh appears not to work on Documentation/notation/rhythms.itely
Date: Thu, 16 Dec 2010 17:25:58 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Dec 16, 2010 at 09:52:07AM -0700, Carl Sorensen wrote:
> 
> sorensen2:lilypond Carl$ find Documentation/ -path 'Documentation/snippets'
> -prune \
> > , -name '*.itely' | grep rhythms
> find: ,: unknown option
> 
> 
> 
> It's the , in the find.

Could you try replacing it with an -o ?  apparently -or is not
posix compliant, but it doesn't say that -o  is not posix.

find Documentation/ -path 'Documentation/snippets' -prune -o -name
'*.itely' | grep rhythms


... using -o instead of -or is one of the stupidest posixisms I've
heard of since "creat", but if it works I guess we just need to
grin and bear it.

Cheers,
- Graham



reply via email to

[Prev in Thread] Current Thread [Next in Thread]