Mystery: unable to redirect stderr with strace

From razwiki
Revision as of 13:37, 6 February 2022 by Razzi (talk | contribs) (Created page with " strace echo hello 2>&1 > output.txt should redirect stderr to stdout, and then to a file, but it still prints to a terminal")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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