从less
手册页:
:n Examine the next file (from the list of files given in the command line). If a number N
is specified, the N-th next file is examined.
这个数字N如何指定?当我输入时,:n
它立即进入下一个文件,甚至不等待ENTER
.
我在这里缺少什么?
答案1
必须在命令之前输入数字;要跳过两个文件,请按3:nEnter。 (less
通常的行为方式与 相同vi
;事实上,它的手册说“命令基于 和more
。vi
”)