Showing posts with label linux less. Show all posts
Showing posts with label linux less. Show all posts

Saturday, December 07, 2013

Linux Less versus More

 Less  is  a  program similar to more, but which allows backward movement in the file as well as forward movement.  Also, less does not have to read the entire input file before starting, so with large input files it starts up faster than text editors like vi.

With more you can scroll down but NOT up
So less is a lot more than more