|
|
|
|
|
by agopaul
4097 days ago
|
|
For semi-large file (1/2GB+) less takes seconds if not minutes to count the number of lines (it read the whole file) so you can navigate and search across the file.
In that cases tail -f and grep are still way faster than less, though less is a handier tool |
|
When you jump to the end of the file ('>' command) you'll see "Calculating line numbers... (interrupt to abort)" and interrupt (ctrl-C) here will also turn them off.