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:
parent
c2bde54e33
commit
629f5edda8
1 changed files with 12 additions and 0 deletions
12
pages/linux/ul.md
Normal file
12
pages/linux/ul.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue