Re: [orca-list] Linux Mint MATE terminal questions



Le 26/10/2018 à 21:47, Jude DaShiell a écrit :
That 2>&1 has to come before the final direction to a file for it to
work.

It has to come *after*:

        command >output.txt 2>&1

The other way around won't work as expected.

But yeah, the above is equivalent to Bash's

        command &>output.txt

Regards,
Colomban


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