Closed 39555 closed 3 weeks ago
Currently this syntax is not supported:
foo() { echo 1; } |& cat
[[ 1 -eq 2 ]] |& cat
Furthermore non of redirections are supported for extended tests [[ 1 -eq 2 ]] 2>&1 | cat.
[[ 1 -eq 2 ]] 2>&1 | cat
Currently this syntax is not supported:
foo() { echo 1; } |& cat
[[ 1 -eq 2 ]] |& cat
Furthermore non of redirections are supported for extended tests
[[ 1 -eq 2 ]] 2>&1 | cat
.