July 24, 2023TIL; count number of files that matches a given pattern$ find ./apps/frontend-v2/src -name "i18n.ts" -printf '.' | wc -m