colortail or swatch into the root window with
http://www.goof.com/pcg/marc/root-tail.html



On Fri, 2003-09-05 at 20:00, [EMAIL PROTECTED] wrote:
> > I run several tail commands to monitor several log files everyday.
> > Instead of typing all the commands one by one on each terminal, is there
> > any
> > way I can make this automatic or I can make some kind of shortcut for the
> > job?
> 
> Have you ever tried the "screen" program? I use it to set up multiple
> split windows to tail various log files. You can setup your local
> .screenrc to include something like:
> 
> screen 0 tail -f /var/log/messages
> split
> focus down
> screen -t session1 1 tail -f /var/log/secure
> 
> What's nice about screen is that you can view multiple log files on one
> terminal window. If you setup your console to use a framebuffer high
> resolution mode it works even better.
> 
> 
> 
> 
> ______________________________________________________________________
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com
-- 
Jack Coates
Monkeynoodle: A Scientific Venture...


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to