Wednesday, May 16, 2018

Linux: Find all occurrence of a string in all files.

grep -rnw '<directory_path>' -e '<string you want to search>'

No comments:

Post a Comment