>>>>> "Venky" == D Venkatasubramanian <D.Venkatasubramanian> writes:

    Venky> Hi, Thanks, that solves part of the problem. Is there a way
    Venky> to do the same for standard error. Cannot use standard
    Venky> output as one of my program closes stdout. Problem is I
    Venky> can't change the program, thats a requirement, so I print
    Venky> message from that on standard error. Need to display and
    Venky> redirect to file.

command args 2>&1 | tee stderr+stdout.file

-- Raju

    Venky> [snip]

-- 
Raju Mathur               [EMAIL PROTECTED]      http://kandalaya.org/
                      It is the mind that moves

          ================================================
To unsubscribe, send email to [EMAIL PROTECTED] with unsubscribe in subject 
header. Check archives at http://www.mail-archive.com/ilugd%40wpaa.org

Reply via email to