Piping both stdout and stderr in bash?
It seems that newer versions of bash have the &> operator, which (if I understand correctly), redirects both stdout and stderr to a … Read more
It seems that newer versions of bash have the &> operator, which (if I understand correctly), redirects both stdout and stderr to a … Read more