Hi Markus On 06/07/2025 12:28, Markus Elfring wrote:
File contents can be searched also by the means of the program call “git grep”. Would you become interested to find specified items only once in each file (instead of multiple times)?
Looking at the man page for git grep there is a --max-count option which will limit the number of matches per file.
Thanks Phillip