Quote:
Originally Posted by Dinithion
You could start it something like this:
command > /dev/null 2>&1 &
(Or direct output to wherever you want)
|
thanks, that's exacly what i was looking for.
one more thing, can u please explain the bold part? i assume it means to redirect stderr to stdout, which is then redirected to /dev/null. correct me if im wrong.
thanks