Skip to content

Instantly share code, notes, and snippets.

@sulfo
Created January 24, 2018 09:30
Show Gist options
  • Save sulfo/8397420965fbb06db00ee793f07be821 to your computer and use it in GitHub Desktop.
Save sulfo/8397420965fbb06db00ee793f07be821 to your computer and use it in GitHub Desktop.
Find specific lines in all my env files
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