Files
cheatsheet-tldr/tldr/linux/ul
2024-04-26 00:13:28 +00:00

19 lines
406 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`