linux命令记录太长看不全怎么办

yourcmd | less  j,k上下行移动 b,f上下翻页,如果想进行vi操盘中要按v就可以 切换到vi 再:q就可以 切回less


yourcmd | more  


less textfile  


vi testfile


除了加管道符|到less/more之外,用shift+pageUp/pageDown进行上下屏滚动也可以看到更多


或者用screen

你可能感兴趣的:(电脑问题)