《问》What are the differences between more and less?

《问》

What are the differences between more and less?


Similar to more, less command allows you to view the contents of a file and navigate through file. The main difference between more and less is that less command is faster because it does not load the entire file at once and allows navigation though file using page up/down keys.

Comments

Popular posts from this blog

Ruby语言的设计思想

Ruby语言比较讲座:单引号和双引号的比较

Ruby语言经典代码讲座:理解方法