Bash encontre texto em todos os arquivos CSV
find <your directory path> -name "*.csv" -type f | xargs grep "word"
Thoughtful Toad
find <your directory path> -name "*.csv" -type f | xargs grep "word"