Answers for "ubuntu search for word in files"

1

ubuntu find file with text

grep -r someWordToSearchHere *
Posted by: Guest on August-14-2019
1

search file in ubuntu

$ find /path/to/file/
Posted by: Guest on September-25-2020

Code answers related to "ubuntu search for word in files"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language