Rajini Naidu wrote:
> `$swlist -l bundle -a revision -a architecture -s $t | $grep $n >>
> $log_our_depot`;
> `$swlist -l bundle -a revision -a architecture -s $t | $grep $n >>
> $log_ourdepot_comp`;
> Here I am outputting the same command line output to different
> logfile.

Why not use tee(1)?

    man tee


David



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to