diff --git a/pages/linux/ul.md b/pages/linux/ul.md new file mode 100644 index 0000000000..58e29bea0d --- /dev/null +++ b/pages/linux/ul.md @@ -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}}`