Skip to content

Instantly share code, notes, and snippets.

@uchm4n
Created June 1, 2017 14:01
Show Gist options
  • Select an option

  • Save uchm4n/b0810e52e5de32ecd4d36a2975cd9e7f to your computer and use it in GitHub Desktop.

Select an option

Save uchm4n/b0810e52e5de32ecd4d36a2975cd9e7f to your computer and use it in GitHub Desktop.
#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