I have a Bash script that runs a program with parameters. That program outputs some status (doing this, doing that…). There isn’t any option for this program to be quiet. How can I prevent the script from displaying anything?
I am looking for something like Windows’ “echo off”.