Skip to content

Instantly share code, notes, and snippets.

@avargas
Created April 1, 2011 15:06
Show Gist options
  • Save avargas/898292 to your computer and use it in GitHub Desktop.
Save avargas/898292 to your computer and use it in GitHub Desktop.
find src/ -type f -name *.php -exec sed -i 's/ *$//' '{}' ';'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment