ubuntu search text in all files code example
Example 1: ubuntu find file with text
grep -r someWordToSearchHere *
Example 2: search file in ubuntu
$ find /path/to/file/
grep -r someWordToSearchHere *
$ find /path/to/file/