One Step Info
One step info where you can get crispy informations in all areas!
Showing posts with label
search string in files
.
Show all posts
Showing posts with label
search string in files
.
Show all posts
Wednesday, September 14, 2016
Find all files containing given string in unix
$ grep -r "string to search" /directoryPath
It will list all the files which contains given search string under the directory
Older Posts
Home
Subscribe to:
Posts (Atom)