How can I suppress all output from a command using Bash?

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”.

8 Answers
8

Leave a Comment