msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

09 Feb 07 someprog > /dev/null 2>&1

Posted by

The first part, “> /dev/null” means send standard output to the ‘bit bucket” or in other words, throw it away.

The second part, “2>&1” means “redirect standard error (2) to the same place as standard outout (1.)

Tags: , ,

Leave a Comment

You must be logged in to post a comment.