问题
I have got a CISCO 1900 series router. When I type a command that will give me a long output it stops showing it when the "press enter to show more" line should be written. The problem is not with the router itself, because on hyperterminal it is working as it should, but with the putty. I cannot find any options in the settings to enable longer outputs. Can anyone help me in this?
回答1:
When I run command and expect alot of output I will ussualy pipe it to the less
program (some people use more
)
command | less
The you can scroll through the output as you please.
Check out man less
for more info on how to use less
.
Oh, what kind of system are you running this command on? That make invalidate this answer.
来源:https://stackoverflow.com/questions/35073320/how-to-get-putty-terminal-to-show-the-whole-output-of-a-command