command terminal Linux Commands MOC
The less command is useful for viewing and searching long files by not loading the entire file into memory at once.
Usage
less <file>
Opens an interactive program with scrolling.
q: exits programSPACE: next page<num>p: percentage of file (50pis halfway)<num>g: line number (5gis line 5)/<search term>: search for term in filen: next search match