Welcher Befehl findet utils, unabhängig davon, wie die Buchstaben großgeschrieben sind?
utils
rg -C 3 'Utils' TinyWebServer/
rg --count 'Utils' TinyWebServer/
rg -l 'Utils' TinyWebServer/
rg -i 'Utils' TinyWebServer/