[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[netCDFPerl #HVD-259571]: Netcdf-perl install help
- To: whitedl@xxxxxxxxxxxxxxxxxxxx
- Subject: [netCDFPerl #HVD-259571]: Netcdf-perl install help
- From: "Unidata netCDF Perl Support" <support-netcdf-perl@xxxxxxxxxxxxxxxx>
- Date: Tue, 19 Feb 2008 13:12:07 -0700
- Delivered-to: support-netcdf-perl@unidata.ucar.edu by laraine.unidata.ucar.edu (Postfix) with ESMTP id 76A73CB18E; Tue, 19 Feb 2008 13:12:07 -0700 (MST) id 4A836D50BD; Tue, 19 Feb 2008 13:12:07 -0700 (MST)
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