December 28, 2021July 29, 2022Find text in files across Linux machine General by Curt Sahd To find the word "fishpaste" in all files contained in the root directory / run the following command in the terminal: grep -Rw / -e 'fishpaste'