snippetbashTip
ul — Underline a text. Each character in a string must be underlined separately. More information: <https
Viewed 0 times
commandtextulclistringunderlinecharactereach
linux
Problem
How to use the
ul command: Underline a text. Each character in a string must be underlined separately. More information: <https://manned.org/ul>.Solution
ul — Underline a text. Each character in a string must be underlined separately. More information: <https://manned.org/ul>.Display the contents of the file with underlines where applicable:
ul {{file.txt}}Display the contents of the file with underlines made of dashes
-:ul {{[-i|--indicated]}} {{file.txt}}Code Snippets
Display the contents of the file with underlines where applicable
ul {{file.txt}}Display the contents of the file with underlines made of dashes `-`
ul {{[-i|--indicated]}} {{file.txt}}Context
tldr-pages: linux/ul
Revisions (0)
No revisions yet.