Re: [orca-list] Linux Mint MATE terminal questions
- From: Colomban Wendling <cwendling hypra fr>
- To: Jude DaShiell <jdashiel panix com>, orca-list gnome org
- Subject: Re: [orca-list] Linux Mint MATE terminal questions
- Date: Sun, 28 Oct 2018 20:41:13 +0100
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]