less and more seem to have very similar functionality in that they both page through text a screen at a time.
What reasons are there to use one over the other?
less and more seem to have very similar functionality in that they both page through text a screen at a time.
What reasons are there to use one over the other?
more is a legacy program, and less is an improved version of more (the ability to scroll backwards being the biggest difference, but there are others such as searching within the text). Unless you're working on either a truly antique system or a pared-down embedded one where less isn't available, there is no reason to ever use more.