Bash - Print Large Horizontal Rule in Terminal

1
2
printf "%$(tput cols)s\n" `date`|tr " " "="
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.