Page 1 of 1

"Quieting" mfold output

Posted: Thu Feb 16, 2023 12:13 am
by cfgauss
On a Linux box mfold prints to stdout (or perhaps stderr) as it computes. And

Code: Select all

$ mfold ... 1>/dev/null 2>&1
doesn't seem to eliminate this printing.

Is there a way to eliminate it?