Skip to content

Instantly share code, notes, and snippets.

@jsanti
Created August 25, 2010 00:19
Show Gist options
  • Save jsanti/548592 to your computer and use it in GitHub Desktop.
Save jsanti/548592 to your computer and use it in GitHub Desktop.
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment