TIL - Find text inside a folder of files

grep -rn "search term"
find content -name "*.org" | grep -i "word"