Linux : Search for a Particular word in a List of files under a directory May 24, 2023 by Tarik You can use this command: grep -rn "string" * n for showing line number with the filename r for recursive