Skip to content

Instantly share code, notes, and snippets.

@dflima
Created April 6, 2017 15:00
Show Gist options
  • Save dflima/b15532d535f989bdaddf91d900f901ef to your computer and use it in GitHub Desktop.
Save dflima/b15532d535f989bdaddf91d900f901ef to your computer and use it in GitHub Desktop.
find and replace "dev" with "test"
find . -name ".env" -exec sed -i s/dev/test/g {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment