Created
November 18, 2015 17:03
-
-
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)
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
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