Skip to content

Instantly share code, notes, and snippets.

@raoulwegat
Created March 24, 2015 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raoulwegat/0b4ad458f2c74f4c0723 to your computer and use it in GitHub Desktop.
Save raoulwegat/0b4ad458f2c74f4c0723 to your computer and use it in GitHub Desktop.
Bulk edit apache config ports
sudo find . -type f -print0 | sudo xargs -0 sed -i 's/:8080/:80/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment