On Thu, Jul 19, 2012 at 9:07 AM, Paolo Aglialoro <[email protected]> wrote:
> Issuing the following: > # dsocks.sh lynx google.com > /dev/null 2>&1 > Fixed that for you. Pipe stdout to /dev/null, then pipe stderr to stdout. If you do it the other way, stderr will still appear on stdout. -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse

