more
Open a file for interactive reading, allowing scrolling and search. More information: <https://manned.org/more>.
Install
- All systems
-
curl cmd.cat/more.sh
- Debian
-
apt-get install util-linux - Ubuntu
-
apt-get install util-linux -
Alpine
-
apk add util-linux - Arch Linux
-
pacman -S util-linux - Kali Linux
-
apt-get install util-linux - CentOS
-
yum install util-linux - Fedora
-
dnf install util-linux - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install util-linux - OS X
-
brew install util-linux - Raspbian
-
apt-get install util-linux - Docker
-
docker run cmd.cat/more morepowered by Commando
Open a file for interactive reading, allowing scrolling and search. More information: <https://manned.org/more>.
-
Open a file:
more path/to/file -
Open a file displaying from a specific line:
more +line_number path/to/file -
Display help:
more --help -
Go to the next page:
<Space> -
Search for a string (press `n` to go to the next match):
/something -
Exit:
q -
Display help about interactive commands:
h
© tl;dr; authors and contributors