Re: Program believed to work in Wine, but not on my EeePC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux