Skip to content

Instantly share code, notes, and snippets.

@imflexwala
Last active March 29, 2019 10:33
Show Gist options
  • Save imflexwala/7b2c557a85af3eb763da96bfa9a7891c to your computer and use it in GitHub Desktop.
Save imflexwala/7b2c557a85af3eb763da96bfa9a7891c to your computer and use it in GitHub Desktop.
grep -Ril "text-to-find-here" /path
find -name 'filename'
find . -name '*.js' -exec grep -i 'string to search for' {} \; -print
tar -czvf media/bk.tar.gz ./ --exclude="media/*" --exclude="var/*" --exclude="v/*" --exclude="errors/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment