HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

hr — Print a horizontal rule in the terminal. More information: <https://github.com/LuRsT/hr>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theterminalcommandcliprintrulehrhorizontal

Problem

How to use the hr command: Print a horizontal rule in the terminal. More information: <https://github.com/LuRsT/hr>.

Solution

hr — Print a horizontal rule in the terminal. More information: <https://github.com/LuRsT/hr>.

Print a horizontal rule:
hr


Print a horizontal rule with a custom string:
hr {{string}}


Print a multiline horizontal rule:
hr {{string1 string2 ...}}

Code Snippets

Print a horizontal rule

hr

Print a horizontal rule with a custom string

hr {{string}}

Print a multiline horizontal rule

hr {{string1 string2 ...}}

Context

tldr-pages: common/hr

Revisions (0)

No revisions yet.