less 608
Paginator for terminals
GNU less is a pager, a program that allows you to view large amounts of text in page-sized chunks. Unlike traditional pagers, it allows both backwards and forwards movement through the document. It also does not have to read the entire input file before starting, so it starts faster than most text editors.
- Outputs:
out - Website: https://www.gnu.org/software/less/
- Licenses: GPL 3+
- Package source: gnu/packages/less.scm
- Builds: See build status
- Issues: See known issues
Installation
Install less 608 as follows:
guix install less@608
Or install the latest version:
guix install less
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.