Re: Printing Log file

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Mar 11 2014 - 20:19:41 MDT

Use unix/linux standard redirection

%> ncl sample.ncl >&! out.sample

The > is *nix redirection of standard out
     & error
     ! tells the system to overwrite the file is it exists

On 3/11/14, 7:57 PM, Lisa Alexander wrote:
> Hello,
> I was just wondering if there is a quick way to take everything that is printed to the screen and print it to a file (without having to put all the print to file commands into the program)?
> Thanks,
> Lisa
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Mar 11 20:19:25 2014

This archive was generated by hypermail 2.1.8 : Fri Mar 14 2014 - 15:08:52 MDT