[Wine] Program believed to work in Wine, but not on my EeePC

Austin English austinenglish at gmail.com
Sun Jan 25 16:35:15 CST 2009


On Sun, Jan 25, 2009 at 4:29 PM, drossall <wineforum-user at winehq.org> 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



More information about the wine-users mailing list