On Fri, Nov 13, 2009 at 11:31:16PM +0100, markus schnalke wrote:
[2009-11-13 20:00] Yannic Haupenthal <m...@thedarkwebsite.de>

&>/dev/null

Smells like bashism.

Use

        >/dev/null 2>&1

instead.

It's actually a csh-ism. zsh does it, too, but I don't think bash does. And it shouldn't work after the first &.

--
Kris Maglione

Perhaps when a man has special knowledge and special powers like my
own, it rather encourages him to seek a complex explanation when a
simpler one is at hand.
        --"Sherlock Holmes"


Reply via email to