lilypond-devel
[Top][All Lists]
Advanced

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

Re: questioning doc policy for @item


From: Mark Polesky
Subject: Re: questioning doc policy for @item
Date: Fri, 19 Nov 2010 09:10:30 -0800 (PST)

Mark Polesky wrote:
> In fact, we literally have thousands of cases:
>
> $ git grep -c "address@hidden" |
>   sed -n 's/.*://p' |
>   awk '{total+=$0}END{print total}'
> 5103

Now I see a thinko in my regex, which counted all instances
of @itemize.  But fixing that still leaves thousands, so the
point still stands:

$ git grep -c "address@hidden \+.\+" |
  sed -n 's/.*://p' |
  awk '{total+=$0}END{print total}'
4140

- Mark


      



reply via email to

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