I am a novice in unix.
I am facing a problem in viewing big log files in unix using vi.
Could you please suggest the best tool for fast viewing of big files on unix?
Additionally, could you to post your own ways of viewing the big files on unix?
I am a novice in unix. I am facing a problem in viewing big
Share
lessdoesn’t need to keep the whole file in memory so it is good for viewing giant files. But for log files, the line wrapping is a nuisance.