Is there a way to paginate the output by piping it to some \'more\' command, which is available in linux\\unix shells?
I prefer the "less" command over the "more" command. With the less command, results can also be paged backwards instead of just forwards.
The "less" from Git for Windows works for me*
To save typing I added the alias "l" for less in my Powershell profile (notepad $profile):
sal l "C:\Program Files (x86)\Git\bin\less.exe"
Look for less either in the above path or C:\Program Files\Git\usr\bin\less.exe or similar.
*: I had errors in Powershell with the Gow version of "less".