Answers for "more command in linux"

0

more command in linux

more -d sample.txt //  Use this command in order to help the user to navigate
more -f sample.txt //This option does not wrap the long lines and displays them as such
more -p sample.txt //This option clears the screen and then displays the text.
more -c sample.txt //his command is used to display the pages on the same area by overlapping the previously displayed text.
more -s sample.txt //squeezes multiple blank lines into one single blank line.
more -u sample.txt // This option omits the underlines
Posted by: Guest on March-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language