find (case-insensitive filename search): bash • -iname = case-insensitive name matching (instead of -name) Examples: bash So for your PaaS search, grep -ri "paas" . would find content regardless of how it's capitalized (PaaS, paas, PAAS, etc.).