more in Powerhsell, it's just a function with the following definition:
param([string[]]$paths)
$OutputEncoding = [System.Console]::OutputEncoding
if($paths)
{
foreach ($file in $paths)
{
Get-Content $file | more.com
}
}
else
{
$input | more.com
}
So, on the command line, you can do more.com /?and see the help with the following text in it that you are looking for:
If extended features are enabled, the following commands
are accepted at the
P n Display next n lines
S n Skip next n lines
F Display next file
Q Quit
= Show line number
? Show help line
<space> Display next page
<ret> Display next line
source
share