Last active
February 23, 2026 23:16
-
-
Save wrouesnel/fa9aa8a2d0550fac7492ea320acec036 to your computer and use it in GitHub Desktop.
Fold Text into convenient typeable bblocks
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
| fold -w4 | tr '\n' ' ' | fold -s -w 72 | cat -n ; echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment