[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] Terminals within a terminal



On Friday 14 November 2003 10:47 am, Christopher Fowler wrote:
> On Fri, Nov 14, 2003 at 10:42:17AM -0500, Michael D. Hirsch wrote:
> > On Thursday 13 November 2003 03:58 pm, John Wells wrote:
> > > Dow,
> > >
> > > I'm not, however, after a tabbed view.  More of a "see 6 logs at once"
> > > view...
> >
> > multitail.
> >
> > I did a TipJar presentation on this a couple of months ago.  It will
> > simultaneously tail multiple files and present them in a split screen
> > format. It has some built incoloring options and you can grep each file
> > differently. Pretty neat little app.
>
> Like splitvt

Actually, not much like it.  It is like running lots of split vts and then 
running tail and grep in each vt.

multitail is pretty much a single purpose tool.  It runs multiple tails with 
different greps in multiple split windows.  If you want split windows for 
something else, you need splitvt, screen, emacs, or some other solution.

Michael