How to get putty terminal to show the whole output of a command?

你说的曾经没有我的故事 提交于 2019-12-13 02:15:03

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!