lessfile
pager program similar to more
Install
- All systems
-
curl cmd.cat/lessfile.sh
- Debian
-
apt-get install less
- Ubuntu
-
apt-get install less
- Alpine
-
apk add less
- Arch Linux
-
pacman -S less
- Kali Linux
-
apt-get install less
- CentOS
-
yum install less
- Fedora
-
dnf install less
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install less
- OS X
-
brew install less
- Raspbian
-
apt-get install less
- Dockerfile
- dockerfile.run/lessfile
- Docker
-
docker run cmd.cat/lessfile lessfile
powered by Commando
less
pager program similar to more
This package provides "less", a file pager (that is, a memory-efficient utility for displaying text one screenful at a time). Less has many more features than the basic pager "more". As part of the GNU project, it is widely regarded as the standard pager on UNIX-derived systems. Also provided are "lessecho", a simple utility for ensuring arguments with spaces are correctly quoted; "lesskey", a tool for modifying the standard (vi-like) keybindings; and "lesspipe", a filter for specific types of input, such as .doc or .txt.gz files.