strace

tags
GNU/Linux

What problems do people solve with strace?

strace -e trace=openat msmtp 2>&1 | grep mstmprc

strace directs a lot of output to stderr rather than stdout. Redirect it to use grep etc