A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/windows-server/administration/windows-commands/more below:

more | Microsoft Learn

Displays one screen of output at a time.

Note

The more command, with different parameters, is also available from the Recovery Console.

Syntax
<command> | more [/c] [/p] [/s] [/t<n>] [+<n>]
more [[/c] [/p] [/s] [/t<n>] [+<n>]] < [<drive>:][<path>]<filename>
more [/c] [/p] [/s] [/t<n>] [+<n>] [<files>]
Parameters Parameter Description <command> Specifies a command for which you want to display the output. /c Clears the screen before displaying a page. /p Expands form-feed characters. /s Displays multiple blank lines as a single blank line. /t<n> Displays tabs as the number of spaces specified by n. +<n> Displays the first file, beginning at the line specified by n. [<drive>:][<path>]<filename> Specifies the location and name of a file to display. <files> Specifies a list of files to display. Files must be separated using spaces. /? Displays help at the command prompt. Examples

To view the first screen of information of a file named Clients.new, type one of the following commands:

more < clients.new
type clients.new | more

The more command displays the first screen of information from Clients.new, and you can press the SPACEBAR to see the next screen of information.

To clear the screen and remove all extra blank lines before displaying the file Clients.new, type one of the following commands:

more /c /s < clients.new
type clients.new | more /c /s

To display the current line number at the more prompt, type:

more =

The current line number is added to the more prompt, as -- More [Line: 24] --

To display a specific number of lines at the more prompt, type:

more p

The more prompt asks you for the number of lines to display, as follows: -- More -- Lines:. Type the number of lines to display, and then press ENTER. The screen changes to show only that number of lines.

To skip a specific number of lines at the more prompt, type:

more s

The more prompt asks you for the number of lines to skip, as follows: -- More -- Lines:. Type the number of lines to skip, and then press ENTER. The screen changes to show that those lines are skipped.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4