Plus de commande dans 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

Pleasant Petrel