I have a bash script that runs a program with parameters. That program outputs some status (doing this, doing that...). There is no 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".
Like andynormancx post use this: (if you're working in an Unix environment)
or you can use this: (if you're working in a Windows environment)