1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:42:07 +02:00
tldr/pages/linux/ul.md
2019-10-03 21:08:39 +01:00

12 lines
293 B
Markdown

# ul
> Performs the underlining of a text.
> Each character in a given string must be underlined separately.
- 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}}`