ADSM-L

Re: Piping output to a file

2001-12-28 07:54:04
Subject: Re: Piping output to a file
From: "Cook, Dwight E (SAIC)" <cookde AT BP DOT COM>
Date: Fri, 28 Dec 2001 06:50:19 -0600
what you will find is that "dsmc" doesn't like to process > or >>
what you will need to do is use "eval" such as
        eval dsmc incr -pass=blah  >> /somepath/sched.log
or
        eval nohup dsmc incr -pass=blah  >> /somepath/sched.log  &

that should work for you...

later,
        Dwight

<Prev in Thread] Current Thread [Next in Thread>