07 September 2015

**Redirect the output to /dev/null

Example

find / > /dev/null

The entire standard output stream is ignored, but any errors will still appear on the console.