On Fri, May 20, 2011 at 03:19:00PM +0100, Connor Lane Smith wrote: > On 20 May 2011 14:54, Kurt H Maier <karmaf...@gmail.com> wrote: > > I don't understand why. If you want stderr to be combined into > > stdout, suffix 2>&1 to your command. By default, I think different > > filehandles should land in different outputs. > > I just think the stdout and stderr ought to be visible at the same > time. Or perhaps it would suffice to show stderr above stdout, or > automatically switch, or something.
A poor man's version of this (with something like the tiling layout in dwm), can be done with the attached script.
poormanseparation.sh
Description: Bourne shell script