This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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