Created
June 17, 2012 08:59
-
-
Save mwicat/2943950 to your computer and use it in GitHub Desktop.
Remove blank lines, strip whitespaces, replace multi whitespaces with single one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/^[ \t]*$/d | |
s/^[ \t]*// | |
s/[ \t]*$// | |
s/[ \t][ \t]/\t/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment