Documentation/devtools/maemo5/less

(New page: == Description == Less is a filter for paging through text one screenful at a time. Less allows backward movement in the file as well as forward movement. It is quite similar to *more*, w...)
(Description)
Line 3: Line 3:
Less is a filter for paging through text one screenful at a time.
Less is a filter for paging through text one screenful at a time.
Less allows backward movement in the file as well as forward
Less allows backward movement in the file as well as forward
-
movement. It is quite similar to *more*, which is installed on the
+
movement. It is quite similar to '''more''', which is installed on the
device by default, but more user friendly and more powerful.
device by default, but more user friendly and more powerful.

Revision as of 08:35, 7 October 2009

Contents

Description

Less is a filter for paging through text one screenful at a time. Less allows backward movement in the file as well as forward movement. It is quite similar to more, which is installed on the device by default, but more user friendly and more powerful.

Packages

source: less

binary: less

Usage Examples

Very simply; to view the contents of a text file:

# less file.txt

Press space bar for next page.

Press b for previous page.

Press q to quit reading.

Links

[less man page](/development/documentation/man_pages/less.html)

See Also

-