Less ist ein Programm ähnlich more, jedoch den Nutzer zeilenweise scrollen lässt. Außerdem lädt es nicht gleich die ganze Datei beim Programmstart und ist deshalb sehr schnell bereit.
Zusammenfassung
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.