Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 5764c67416561ab82b35afcf9c650e17 > files > 839

GMT-doc-4.5.2-1.fc13.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2002-2-1 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>1.3.3 Standard error (stderr)</TITLE>
<META NAME="description" CONTENT="1.3.3 Standard error (stderr)">
<META NAME="keywords" CONTENT="GMT_Tutorial">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="GMT_Tutorial.css">

<LINK REL="next" HREF="node18.html">
<LINK REL="previous" HREF="node16.html">
<LINK REL="up" HREF="node14.html">
<LINK REL="next" HREF="node18.html">
</HEAD>

<BODY  bgcolor="#ffffff">
<!--Navigation Panel-->
<A NAME="tex2html627"
  HREF="node18.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html621"
  HREF="node14.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html615"
  HREF="node16.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html623"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html625"
  HREF="node63.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html628"
  HREF="node18.html">1.3.4 File name expansion</A>
<B> Up:</B> <A NAME="tex2html622"
  HREF="node14.html">1.3 The UNIX Environment:</A>
<B> Previous:</B> <A NAME="tex2html616"
  HREF="node16.html">1.3.2 Piping ()</A>
 &nbsp; <B>  <A NAME="tex2html624"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html626"
  HREF="node63.html">Index</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A NAME="SECTION00333000000000000000">
1.3.3 Standard error (<I>stderr</I>)</A>
</H2>
<A NAME="444"></A>
<A NAME="445"></A>

<P>
Most <I>UNIX</I> and <A NAME="tex2html85"
  HREF="http://gmt.soest.hawaii.edu"><B>GMT</B></A> programs will on occasion write error messages.
These are typically written to a separate data stream called
<I>stderr</I> and can be redirected separately from the standard
output (which goes to <I>stdout</I>).  To send the error messages to the same location
as standard output we use

<P>
<PRE>
UNIXprogram &gt; errors.log 2&gt;&amp;1
</PRE>

<P>
When we want to save both program output and error messages to
separate files we use the following syntax:

<P>
<PRE>
GMTprogram &gt; output.d 2&gt; errors.log
</PRE>

<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html627"
  HREF="node18.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html621"
  HREF="node14.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html615"
  HREF="node16.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
<A NAME="tex2html623"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A> 
<A NAME="tex2html625"
  HREF="node63.html">
<IMG WIDTH="43" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="index" SRC="index.png"></A> 
<BR>
<B> Next:</B> <A NAME="tex2html628"
  HREF="node18.html">1.3.4 File name expansion</A>
<B> Up:</B> <A NAME="tex2html622"
  HREF="node14.html">1.3 The UNIX Environment:</A>
<B> Previous:</B> <A NAME="tex2html616"
  HREF="node16.html">1.3.2 Piping ()</A>
 &nbsp; <B>  <A NAME="tex2html624"
  HREF="node1.html">Contents</A></B> 
 &nbsp; <B>  <A NAME="tex2html626"
  HREF="node63.html">Index</A></B> 
<!--End of Navigation Panel-->
<ADDRESS>
Paul Wessel
2010-01-14
</ADDRESS>
</BODY>
</HTML>