less

A pager program for viewing file contents with advanced navigation

brewmacoslinux
Try with needOr install directly
Source

About

Pager program similar to more

Commands

less

Examples

View a file with pagination and search capabilities$ less /path/to/file.txt
View command output through less pager$ cat large_file.log | less
Search for text within a file (press / then type pattern)$ less /var/log/system.log