snippetbashTip
hr — Print a horizontal rule in the terminal. More information: <https://github.com/LuRsT/hr>.
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:
hrPrint a horizontal rule with a custom string:
hr {{string}}Print a multiline horizontal rule:
hr {{string1 string2 ...}}Code Snippets
Print a horizontal rule
hrPrint 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.