I've been having problems where the output of binaries was not being redirected properly from within Ruby when invoked as followed:
>> `ls -l &> /dev/null` => "total 4 drwxr-xr-x 2 dinsley dinsley 4096 2007-05-08 20:00 Peepcode - Rest"
If the shell supports this piping convention, it should ret…
Daniel Insley