Opens a file for reading Allows movement and search Doesn't read the entire file (suitable for logs)
less {{source_file}}
d (next), D (previous)
g (start), G (end)
/{{something}} then n (next), N (previous)
q