- Your Windows build number: (Type
ver at a Windows Command Prompt)
Microsoft Windows [Version 10.0.15063]
- What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
Large STDOUT output from commands that exceeds the size of the console gets truncated to show only the last page of output of that command. When scrolling upwards the previous output of that command is not displayed. E.g. say I run "apt search microsoft", after dumping all of this commands output on the console I can only view the last page of the output and nothing before that even if I scroll up.
- What's wrong / what should be happening instead:
I was expecting to be able to view all of the command's output if I scroll up, but I could only view the last page of the output.
verat a Windows Command Prompt)Microsoft Windows [Version 10.0.15063]
Large STDOUT output from commands that exceeds the size of the console gets truncated to show only the last page of output of that command. When scrolling upwards the previous output of that command is not displayed. E.g. say I run "apt search microsoft", after dumping all of this commands output on the console I can only view the last page of the output and nothing before that even if I scroll up.
I was expecting to be able to view all of the command's output if I scroll up, but I could only view the last page of the output.