How to search for a string in a selection of files using find and grep


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. find . -exec grep "www.athabasca" '{}' \; -print

URL: http://www.athabascau.ca/html/depts/compserv/webunit/HOWTO/find.htm

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.