bash find text in all csv files code example Example: bash find text in all csv files find <your directory path> -name "*.csv" -type f | xargs grep "word"