Javel's notes

TIL; count number of files that matches a given pattern

$ find ./apps/frontend-v2/src -name "i18n.ts" -printf '.' | wc -m
© Joris Langlois 2023