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...) |
(devtools template) |
||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | {{Devtools}} | ||
+ | |||
+ | |||
== Description == | == Description == | ||
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 | + | 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. | ||
Line 33: | Line 36: | ||
- | - | ||
+ | |||
+ | [[Category:Fremantle]] |
Latest revision as of 15:12, 11 March 2010
This article documents a developer tool. A list of available devtools is available, together with installation instructions. |
Contents |
[edit] 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.
[edit] Packages
source: less
binary: less
[edit] 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.
[edit] Links
[less man page](/development/documentation/man_pages/less.html)
[edit] See Also
-
- This page was last modified on 11 March 2010, at 15:12.
- This page has been accessed 7,886 times.