Created
June 1, 2017 14:01
-
-
Save uchm4n/b0810e52e5de32ecd4d36a2975cd9e7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Searchin for particular words in linux | |
| grep -rn "search_word" /tmp/ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment