LinuxCommandLibrary

hr

hr

TLDR

Print a horizontal rule

$ hr
copy


Print a horizontal rule with a custom string
$ hr [string]
copy


Print a multiline horizontal rule
$ hr [string_a] [string_b] [string_c]
copy

Copied to clipboard