Text File Browser and Pager Similar to more
less is a text file browser and pager similar to more. It allows
backward as well as forward movement within a file. Also, less does not
have to read the entire input file before starting. It is possible to
start an editor at any time from within less.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/less && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SuSE | 0000000734 734 Bytes | |
less-429-lessecho-man.patch | 0000000352 352 Bytes | |
less-429-more.patch | 0000000196 196 Bytes | |
less-429-save_line_position.patch | 0000001662 1.62 KB | |
less-429-shell.patch | 0000002521 2.46 KB | |
less-429-strict_aliasing.patch | 0000000820 820 Bytes | |
less-429-terminate.patch | 0000001950 1.9 KB | |
less-429-widechars.patch | 0000000399 399 Bytes | |
less-443-speed.patch | 0000004797 4.68 KB | |
less-443.tar.bz2 | 0000247756 242 KB | |
less.changes | 0000024770 24.2 KB | |
less.spec | 0000003013 2.94 KB | |
lessclose.sh | 0000000290 290 Bytes | |
lesskey.src | 0000000899 899 Bytes | |
lessopen.sh | 0000004958 4.84 KB |
Revision 26 (latest revision is 76)
Sascha Peilicke (saschpe)
accepted
request 71853
from
Cristian Rodríguez (elvigia)
(revision 26)
- bump version 443 * Change search behavior such that when a search is given an explicit pattern, the entire displayed screen is included in the search and not just the portion after the target line. * Add -A option to change search behavior to the old way: only the portion of the screen after the target line is searched. * Add %F formatting to prompt strings, replaced by the last component of the input file. * Control-G while editing a command exits the command. * Less now exits with status 2 if control-C is pressed and -K is in effect. * Fix "ungetc overflow" when passing long commands via the -p option. * Fix bug in using line filtering via the & command in combination with -i and -I. * Fix bug in handling negative arguments to the -j option. * Fix bug in handling %t in prompt strings. * Improve handling of long option names. * Improve percentage calculation for very large files. - remove mouse patch because * conflicting short opt -A since version 443, see changes above * was working for xterm only so probably nobody is using it (forwarded request 71702 from rudi_m)
Comments 0