Skip to content

Instantly share code, notes, and snippets.

@573
Created November 18, 2015 17:03
Show Gist options
  • Save 573/b33d65e214c35f8c8c9d to your computer and use it in GitHub Desktop.
Save 573/b33d65e214c35f8c8c9d to your computer and use it in GitHub Desktop.
How to generate a two column ascii out of a one-column (i. e. for cheat sheets)
cat asciifile | pr -2 -t > asciifile-2cols
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment