How can I view live separated output from stdout and stderr from a running program under Linux? I want to see stdout in one window and stderr in another window.
I can output the streams to files, but then I have to wait for the program to finish execution, or I have to keep reopening/refreshing the open files. I could just output one stream to the console, but I want to get a live view of each.