commands.sh

ul

linux

Underline a text. Each character in a string must be underlined separately.

More info →

Options (1)

-i, --indicatedboolean

Display the contents of the file with underlines made of dashes `-`

Example: ul {{[-i|--indicated]}} {{file.txt}}

Examples (2)

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
made by @shridhargupta | data from tldr-pages