mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 02:02:07 +02:00

* pages*: improve page descriptions * ical: improve page description * cockpit-desktop: remove unneeded word from page description * nc: improve description wording --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
13 lines
314 B
Markdown
13 lines
314 B
Markdown
# 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 {{file.txt}}`
|