I'd like to be able to view the contents of a very large text file. A bunch of people on here have asked the question in the context of an editor, but I don't need to edit, just view. I'd like to be able to jump to any point in a multi-gigabyte file instantly. (This should be possible if accurate line numbering is not required.)
"less" sort-of works, but the interface is clunky and the commands are hard to remember. Something with a decent GUI would be better.
Anyone know of such a thing?
GVim
a gui tovim
. Though it is an editor but you can use it as a viewer alongwith the functions you wish like jumping to a part of file or to a line etc. – Raphael Aug 13 '16 at 18:01