Il giorno gio 25 mag 2017 alle 17:48, Charles Winston <[email protected]> ha scritto:
Is there any way to use git grep to search for instances of a string, but leave out all instances from some specified directory? I ask because there are an insane amount of instances of the string in Documentation, and it’s clouding my ability to find all instances in the source code.

git grep -i combine -- './*'  ':!./Documentation/*'

you need git >= 1.9.0




_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to