Skip to content

Instantly share code, notes, and snippets.

@oker1
Created July 10, 2013 17:40
Show Gist options
  • Save oker1/5968422 to your computer and use it in GitHub Desktop.
Save oker1/5968422 to your computer and use it in GitHub Desktop.
find src -name '*.php' -print0 | xargs -0 -I{} gsed -i 's/\(.*\)?>/\1/' '{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment