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)