Which command lets you scroll and search a large log file without modifying it?
Open it with less logfile and press q when finished.
less logfile
q
Open it with pwd logfile and search for errors.
pwd logfile
Open it with ls logfile and scroll through its records.
ls logfile
Open it with rm logfile and press q to restore it.
rm logfile