Skip to content

Instantly share code, notes, and snippets.

@wrouesnel
Last active February 23, 2026 23:16
Show Gist options
  • Select an option

  • Save wrouesnel/fa9aa8a2d0550fac7492ea320acec036 to your computer and use it in GitHub Desktop.

Select an option

Save wrouesnel/fa9aa8a2d0550fac7492ea320acec036 to your computer and use it in GitHub Desktop.
Fold Text into convenient typeable bblocks
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