Mystery: unable to redirect stderr with strace
Jump to navigation
Jump to search
strace echo hello 2>&1 > output.txt
should redirect stderr to stdout, and then to a file, but it still prints to a terminal