Skip to content

Instantly share code, notes, and snippets.

@jskripsky
Created August 5, 2012 15:36
Show Gist options
  • Save jskripsky/3265447 to your computer and use it in GitHub Desktop.
Save jskripsky/3265447 to your computer and use it in GitHub Desktop.
Remove trailing whitespace.
#!/bin/bash
sed -i 's/[ \t]*$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment