Opens a file for reading. Allows movement and search. Doesn't read the entire file (suitable for logs).
less {{source_file}}
<Space> (next), b (previous)
g (start), G (end)
/{{something}} then n (next), N (previous)
?{{something}} then n (next), N (previous)
git diff --color | less -R
q