I chose (cap) F to view a log file and am stuck on trying to get out of the log. At the bottom of the screen it states: Waiting for data... (interrupt to abort) So what key or keys are used to do the abort?
Thanks!
Ctrl+C sends an interrupt, and should cause "less" to stop waiting for new data.
--
Darius
Ctrl+C sends an interrupt, and should cause "less" to stop waiting for new data.
--
Darius
I tried ctrl-c but not ctrl-C (cap c). That worked!
Thanks!