Skip to content

Instantly share code, notes, and snippets.

@nsahoo
Last active July 26, 2019 09:04
Show Gist options
  • Save nsahoo/fc754103f9a7c1bd362ffe6c1b7e2689 to your computer and use it in GitHub Desktop.
Save nsahoo/fc754103f9a7c1bd362ffe6c1b7e2689 to your computer and use it in GitHub Desktop.
search a file used in other files
find . -type f -exec grep "RapidMomentumSmearHisto.h" '{}' \; -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment