SyntaxFix
Write A Post
Hire A Developer
Questions
Inspired by @pixelbeat's answer, here's a horizontal bar brought to existence by tput, slight misuse of printf padding/filling and tr
tput
printf
tr
printf "%0$(tput cols)d" 0|tr '0' '='