From 629f5edda8f46565b5e5127d90e6c01c150143fb Mon Sep 17 00:00:00 2001 From: John Curcio Date: Thu, 3 Oct 2019 17:08:39 -0300 Subject: [PATCH] ul: add page (#3282) --- pages/linux/ul.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/ul.md 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}}`