1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/ul.md

14 lines
338 B
Markdown
Raw Normal View History

2019-10-03 17:08:39 -03:00
# ul
> Performs the underlining of a text.
> Each character in a given string must be underlined separately.
2021-07-11 18:17:29 +01:00
> More information: <https://manned.org/ul>.
2019-10-03 17:08:39 -03:00
- 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}}`