Welcome to ZZ Servers Blog on the Web
Welcome to ZZ Servers blog on the web. For the moment, there is not much here but that will soon change.
Welcome to ZZ Servers blog on the web. For the moment, there is not much here but that will soon change.
Simple linux command to search all files in a given path and display the line in the file which matches defined content. find <PATH> -print | xargs grep “<CONTENT>” or find <PATH> -type f -exec grep -H “<CONTENT>” \;