Summary: | zless doesn't correctly display uncompressed files | ||
---|---|---|---|
Product: | Base System | Reporter: | marquis |
Component: | bin | Assignee: | Fernando Apesteguía <fernape> |
Status: | Closed FIXED | ||
Severity: | Affects Many People | CC: | fernape |
Priority: | --- | ||
Version: | 9.3-RELEASE | ||
Hardware: | Any | ||
OS: | Any |
Description
marquis
2015-01-02 13:47:25 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e6ffcf4ac7bbfff95fdf7d6debc22880054abc76 commit e6ffcf4ac7bbfff95fdf7d6debc22880054abc76 Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-02-19 16:31:11 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-02-20 10:15:09 +0000 zless(1): handle uncompressed files In the manual page for zmore(1) and zless(1) it is said that zless(1) is equivalent to zmore(1) except that it uses less(1) as a pager. However zmore(1) is able to handle uncompressed files transparently while zless(1) is not. Add another case to the switch in lesspipe.sh to handle non-compressed files. PR: 196437 Reported by: marquis@roble.com Approved by: mjg@ Differential Revision: https://reviews.freebsd.org/D38674 usr.bin/less/lesspipe.sh | 2 ++ 1 file changed, 2 insertions(+) Committed, Thanks! |