in reply to Re^8: how to supress stdout
in thread how to supress stdout

By 'proper redirection', I mean the redirection supported by *NIX, not the minimal redirection offered by Windoze.

'Above will work only when a bourne-like shell (FreeBSD /bin/sh, bash, zsh, etc.) handles the redirection' ... is only true if the re-direction is done in the shell.

A user level that continues to overstate my experience :-))

Replies are listed 'Best First'.
Re^10: how to supress stdout
by ikegami (Patriarch) on Dec 13, 2008 at 17:39 UTC

    'Above will work only when a bourne-like shell (FreeBSD /bin/sh, bash, zsh, etc.) handles the redirection' ... is only true if the re-direction is done in the shell.

    How can a shell handle redirection anywhere but in the shell?

    Still trying to understand what you wanted to communicate in Re^5: how to supress stdout. Your answers didn't help at all.