Skip to content

Instantly share code, notes, and snippets.

@mattfoster
Created March 25, 2009 17:06
Show Gist options
  • Save mattfoster/85579 to your computer and use it in GitHub Desktop.
Save mattfoster/85579 to your computer and use it in GitHub Desktop.
awk '{printf $0;printf " "}NR % 2 ==0 {print " "}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment