Skip to content

Instantly share code, notes, and snippets.

@jacyzon
Created December 9, 2014 03:21
Show Gist options
  • Select an option

  • Save jacyzon/31dc0bb7b7b9d3d9ee2b to your computer and use it in GitHub Desktop.

Select an option

Save jacyzon/31dc0bb7b7b9d3d9ee2b to your computer and use it in GitHub Desktop.
trailing whitespace
for a in $(find . -name "*.java"); do sed -i 's/[ \t]*$//' "$a"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment