Skip to content

Instantly share code, notes, and snippets.

@ftorto
Last active October 11, 2017 07:36
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 ftorto/0fb755d8007a31ebfb014b2528c0ea23 to your computer and use it in GitHub Desktop.
Save ftorto/0fb755d8007a31ebfb014b2528c0ea23 to your computer and use it in GitHub Desktop.

Prints an horizontal line taking the whole terminal length (no auto resize)

printf '%*s\n' "${COLUMNS:-$(tput cols)}" '' | tr ' ' _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment