Closed androidnisse closed 5 months ago
Fixes the bash command per help from @ermo
From the bash man page: If |& is used, command1's standard error, in addition to its standard output, is connected to command2's standard input through the pipe; it is shorthand for 2>&1 |.
Description
Fixes the bash command per help from @ermo
From the bash man page: If |& is used, command1's standard error, in addition to its standard output, is connected to command2's standard input through the pipe; it is shorthand for 2>&1 |.