Skip to content

Instantly share code, notes, and snippets.

@vdm
Created November 20, 2023 18:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vdm/0953fa9de17fcef171409e067010c615 to your computer and use it in GitHub Desktop.
Save vdm/0953fa9de17fcef171409e067010c615 to your computer and use it in GitHub Desktop.
terminal-width ruler
$ echo $COLUMNS
80
$ eval printf '=%.0s' {1..$COLUMNS}; echo
================================================================================
$ eval printf -- '-%.0s' {1..$COLUMNS}; echo
--------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment