Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
less: A text file browser similar to more, but better.
- Summary
- The less utility is a text file browser that resembles more, but has
more capabilities. Less allows you to move backwards in the file as
well as forwards. Since less doesn't have to read the entire input file
before it starts, less starts up more quickly than text editors (for
example, vi).
You should install less because it is a basic utility for viewing text
files, and you'll use it frequently.
Arch: ia64
Download: | less-378-12.ia64.rpm |
Build Date: | Thu Jan 27 01:36:58 2005 |
Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> |
Size: | 350 KiB |
Changelog
- * Mon Jan 24 04:00:00 2005 Jindrich Novy <jnovy{%}redhat{*}com> 378-12
- Add expand-charset patch from Victor Ashik to prevent
less from segfault when viewing binary files (#145527).
- * Mon Sep 1 05:00:00 2003 Karsten Hopp <karsten{%}redhat{*}de> 378-11
- use LC_ALL when set (lang.[c]sh)
- * Mon Aug 11 05:00:00 2003 Karsten Hopp <karsten{%}redhat{*}de> 378-10.1
- link against ncursesw if available