摘要: more(ref:more, less, and most)more(1) is what we call a pager utility. Oftentimes the output of a particular command is too big to fit on one screen. ... 阅读全文
posted @ 2014-06-04 17:14 wonkju 阅读(290) 评论(0) 推荐(0) 编辑
摘要: more命令,功能类似cat,cat命令是整个文件的内容从上到下显示在屏幕上。more会以一页一页的显示方便使用者逐页阅读,而最基本的指令就是按空白键(space)就往下一页显示,按b键就会往回(back)一页显示,而且还有搜寻字串的功能。more命令从前向后读取文件,因此在启动时就加载整个文件。1... 阅读全文
posted @ 2014-06-04 13:46 wonkju 阅读(228) 评论(0) 推荐(0) 编辑