Created
January 24, 2018 09:30
-
-
Save sulfo/8397420965fbb06db00ee793f07be821 to your computer and use it in GitHub Desktop.
Find specific lines in all my env files
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
find * | egrep "\.env$" | xargs grep INDEX | |
# thanks jonastanz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment