On Sun, Jan 25, 2009 at 4:29 PM, drossall <wineforum-user@xxxxxxxxxx> wrote: > Dumb question but what is the meaning of the 2>&1 on the winedebug command line? > > Thanks > > > > > > It redirects all terminal output to wherever STDOUT is going. More specifically 2 = STDERR 1 = STDOUT > = redirect & = and so you're saying: redirect STDERR (2) to the same place as STDOUT (1) -- -Austin