lilypond-devel
[Top][All Lists]
Advanced

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

Re: Website upload


From: Urs Liska
Subject: Re: Website upload
Date: Tue, 7 Mar 2017 16:12:32 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0


Am 07.03.2017 um 15:57 schrieb Urs Liska:
> So ideally someone (as said I can't build currently) could grep through
> the whole built website, taking the attached file (produced by a
> combination of grep and sed) as the basis and this line:
>
> for f in $(cat to-be-deleted.txt); do git grep -n $f; done

Ah, of course that should not be git grep (because the built stuff
shouldn't be tracked) but probably

for f in $(cat to-be-deleted.txt); do grep -n -r $f *; done



-- 
address@hidden
https://openlilylib.org
http://lilypondblog.org




reply via email to

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