grep string filename: Search for and display lines of filename that contain occurrences of string.
grep string -r --exclude-dir={media,proc,sys} // recursive search in / excluding certain dirs
No comments:
Post a Comment