Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Created December 9, 2011 18:59
Show Gist options
  • Save GaryJones/1452813 to your computer and use it in GitHub Desktop.
Save GaryJones/1452813 to your computer and use it in GitHub Desktop.
Pinking shears script (from Ryan Boren)
#!/usr/bin/perl -pi
s/[\t]+$//g;
s/^\s+$/\n/g;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment