<html><body>
<DIV>Wesley,</DIV>
<DIV>The first suggestion works like a charm on my limited Windows XP system.&nbsp;</DIV>
<DIV>The second one looks to require s Unix OS.&nbsp; Either way, it's a solution!&nbsp; </DIV>
<DIV>Thanks very much.</DIV>
<DIV class=signature id=signature>--<BR>Thanks, <BR>Mark</DIV>
<DIV>&nbsp;</DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-------------- Original message -------------- <BR>From: Wesley Ebisuzaki &lt;Wesley.Ebisuzaki@NOAA.GOV&gt; <BR><BR>&gt; Mark Sponsler wrote: <BR>&gt; &gt; Is it possible to write the invetory from wgrib2 out to a text file? I <BR>&gt; &gt; don't need the actual data values in the grib, just the inventory. The <BR>&gt; &gt; best I can do now is using the -spread option, which writes a snipet of <BR>&gt; &gt; the invetory out along with all the data (which will work in a pinch): <BR>&gt; &gt; wgrib2.exe grib_file -v -d 1 | wgrib2.exe -i grib_file -spread <BR>&gt; &gt; rec1_out.txt <BR>&gt; &gt; <BR>&gt; &gt; Just trying to get the 'date' out of the first record so I can automate <BR>&gt; &gt; building a ctl file. <BR>&gt; &gt; <BR>&gt; &gt; Any help would be appreciated. <BR>&gt; &gt; <BR>&gt; &gt; Thanks, <BR>&gt; &gt; Mark <BR>&gt; &gt; <BR>&gt; Mark, <BR>&gt; <BR>&gt; How about <BR>&gt;
 <BR>&g
t; wgrib2 grib -d 1 &gt; line1 <BR>&gt; <BR>&gt; or <BR>&gt; <BR>&gt; date=`wgrib2 new.grb2 -d 1 -t | sed 's/.*d=//'` <BR>&gt; <BR>&gt; Wesley </BLOCKQUOTE></body></html>