|
|
|
|
|
by stephenr
116 days ago
|
|
> the syntax is not intuitive even knowing the simpler forms of redirection The MDN page for arrow functions in JS has, I shit you not, 7 variations on the syntax. And your complaint is these are not intuitively similar enough? call > output call 2>&1 call > output 2> error call 1> output 2> error Give me a fucking break. |
|