mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 23:49:20 +00:00
Update cheatsheets
This commit is contained in:
18
linux/ul
Normal file
18
linux/ul
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ul
|
||||
|
||||
> Performs the underlining of 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}}`
|
||||
Reference in New Issue
Block a user