[Ilugc] Log file viewing help

  • From: binand@xxxxxxxxx (Binand Sethumadhavan)
  • Date: Thu Oct 19 12:26:45 2006

On 19/10/06, carti <carti@xxxxxxxxxxxxxx> wrote:

Now if I want to see the log file going up and down I am not able to see
using the 'tail -f' command as it would only show the latest tail portion.

less /var/log/messages

and then the 'F' command emulates tail -f. If you want to stop the
emulation (and scroll backwards, for example), then control-C and 'b'
to go backwards. When you are done, 'F' again.

Also How can I open multiple file by spliting the vi screen(without using
splitvt tool) so that I can see and scroll different log files
simultaneoulsy in a single screen and in a single session.

If vim, then vim -o file1 file2

Binand

Other related posts: