view a file in reverse order

view a file in reverse order

am 28.09.2004 12:17:46 von yayati

I wanted to see the message.d log file in reverse order, to check the
latest system messages, no not using tail command, since in tail its a
finite number of lines but i may not know upto which line i may have to
go.

thanks in advance.
Regards
Yayati.


-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: view a file in reverse order

am 28.09.2004 12:33:09 von Anindya Mozumdar

Hi,

In my system, I have a program called tac which does the job. ( opposite
of cat).
Anindya.

On Tue, Sep 28, 2004 at 03:47:46PM +0530, yayati wrote:
> I wanted to see the message.d log file in reverse order, to check the
> latest system messages, no not using tail command, since in tail its a
> finite number of lines but i may not know upto which line i may have to
> go.
>
> thanks in advance.
> Regards
> Yayati.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: view a file in reverse order

am 28.09.2004 13:42:18 von Fabien Venzac

man tac

On Tue, 2004-09-28 at 12:17, yayati wrote:
> I wanted to see the message.d log file in reverse order, to check the
> latest system messages, no not using tail command, since in tail its a
> finite number of lines but i may not know upto which line i may have to
> go.
>
> thanks in advance.
> Regards
> Yayati.
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html

-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html