Files
cheatsheet-tldr/tldr/linux/ul
2025-03-29 00:18:23 +00:00

19 lines
424 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|--indicated]}} {{file.txt}}`