On 20/06/2021 09:05 am, Oğuz wrote:
     $ set -o posix
     $ uname &>/dev/null
     $

`uname &' and `>/dev/null' should be parsed as two separate commands;
that, if I'm not missing anything, is what POSIX says. But bash
doesn't do that in POSIX mode, and redirects both stderr and stdout to
`/dev/null'.


Oğuz



If you want to parse them as two separate commands, separate them.

--
Chris Elvidge
England


Reply via email to