Grep & Regex & Find strings
Last updated
Last updated
We can use GREP to find some keywords and files and some special strings
lets say we have a file with a certain line
now i need to find in how many files this line exists, so i can use regex with grep
We can use egrep for more advanced regular expressions, below is the egrep command with more advacned regex which finds for $addslahses keyword and whatever is after that.