[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDFPerl #HVD-259571]: Netcdf-perl install help



David,

> No it does not. Can you output standard error streams? Thanks.

I assume you're asking how to simultaneously redirect both the
standard output and standard error streams to the same file.  If
this is not the case, then please let me know.

How this is done depends on your user-shell.  For standard shells
(e.g., sh, bash) you should use a command like

    make test >test.log 2>&1

For csh-like shells, use a command like

    make test >&! test.log

Regards,
Steve Emmerson

Ticket Details
===================
Ticket ID: HVD-259571
Department: Support netCDF Perl
Priority: Normal
Status: On Hold