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