Comma Separated Values
http://crashmag.net/useful-gnulinux-search-commands
Find the email address someone@example.com within the path /etc recursively
grep -H -r "someone@example.com" /etc-H, –with-filename
Print the file name for each match.
-R, -r, –recursive
Read all files under each directory, recursively
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home