Last active
July 26, 2019 09:04
-
-
Save nsahoo/fc754103f9a7c1bd362ffe6c1b7e2689 to your computer and use it in GitHub Desktop.
search a file used in other files
This file contains 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
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