1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:05:59 +02:00

ul: add page (#3282)

This commit is contained in:
John Curcio 2019-10-03 17:08:39 -03:00 committed by Starbeamrainbowlabs
parent c2bde54e33
commit 629f5edda8

12
pages/linux/ul.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`