1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-09 02:25:59 +02:00
tldr/pages/linux/ul.md
Vitor Henrique c8f956319f
pages*: simplify page description (#12149)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-14 21:25:13 +01:00

13 lines
332 B
Markdown

# ul
> Performs the underlining of 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}}`