"Quieting" mfold output

Ask questions, report problems or request new features for the mfold software.
Post Reply
cfgauss
Posts: 2
Joined: Wed Feb 15, 2023 11:49 pm

"Quieting" mfold output

Post 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?
Post Reply