AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  multie tail

    Posted Sat February 12, 2011 06:36 PM

    Originally posted by: SystemAdmin


    Hello
    I am a poor java developers trying to get around on AIX. I would like to use a multitail like plained at this link

    http://www.thegeekstuff.com/2009/09/multitail-to-view-tail-f-output-of-multiple-log-files-in-one-terminal/

    Basically:
    tail -f file1 &
    tail -f file2 &

    Yet, only one output file come out in the console.
    How can I get the 2 file to be output in the console (ps I would like to accomplish this without downloading external packages, like any java developers I dont have root access)


  • 2.  Re: multie tail

    Posted Thu February 17, 2011 05:29 PM

    Originally posted by: chrissmith


    Try

    http://www.perzl.org/aix/index.php?n=Main.Multitail