
more
List of commands for more:
-
more:tldr:2510c more: Display help about interactive commands.$ htry on your machineexplain this command
-
more:tldr:298e9 more: Open a file displaying from a specific line.$ more +${line_number} ${filename}try on your machineexplain this command
-
more:tldr:3d954 more: Clear the screen before displaying the page.$ more ${path\to\file} /ctry on your machineexplain this command
-
more:tldr:68a27 more: Display full usage information.$ more /?try on your machineexplain this command
-
more:tldr:ac84f more: Convert tabs to the specified number of spaces.$ more ${path\to\file} /t${spaces}try on your machineexplain this command
-
more:tldr:bcc43 more: Display paginated output from `stdin`.$ ${echo test} | moretry on your machineexplain this command
-
more:tldr:deb30 more: Enable extended interactive mode (see help for usage).$ more ${path\to\file} /etry on your machineexplain this command