Which command finds utils regardless of how its letters are capitalized?
utils
rg -C 3 'Utils' TinyWebServer/
rg --count 'Utils' TinyWebServer/
rg -i 'Utils' TinyWebServer/
rg -l 'Utils' TinyWebServer/