--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # hr > Print a horizontal rule in the terminal. > More information: . - Print a horizontal rule: `hr` - Print a horizontal rule with a custom string: `hr {{string}}` - Print a multiline horizontal rule: `hr {{string1 string2 ...}}`