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

Re: 20000519: pqact.conf EXEC question (fwd)



>
> > > Date: Fri, 19 May 2000 10:08:34 -0600
> > > From: Unidata Support <address@hidden>
> > > Reply-To: Greg Thompson <address@hidden>
> > > To: address@hidden
> > > Subject: 20000519: pqact.conf EXEC question
> > >
> > > >To: address@hidden
> > > >From: address@hidden (Greg Thompson)
> > > >Subject: pqact.conf EXEC question
> > > >Organization: UCAR/Unidata
> > > >Keywords: 200005182227.e4IMRtT26827
> > >
> > > A hopefully simple question:
> > >
> > > I'm trying to use the EXEC option for running a decoder from pqact.conf.
> > > My question is the syntax for standard input/output redirection.  I have
> > > the following in my file.  Will this work?
> > >
> > > WMO     ^[AF]SUS0[12] KWBC ([0-3][0-9])([0-2][0-9])     EXEC    
> > > /path/bin/my_decode.pl < 
> > > /path/data/(\1:yyyy)(\1:mm)\1/(\1:yyyy)(\1:mm)\1\2.FRONTS >& 
> > > /path/whatever/.junk.std_out
> > >
> > > The above line uses the C-shell sytax for I/O redirection.  Must I use
> > > the Bourne shell syntax instead?
> > >
> > > Thanks!
> > >
> > > --
> > > +--------------------------------------------------------------+
> > > | Greg Thompson       http://www.rap.ucar.edu/staff/gthompsn/  |
> > > |                     Research Applications Program            |
> > > | (303) 497-2805      National Center for Atmospheric Research |
> > > |    (fax) -8401      P.O. Box 3000  Boulder, CO 80307-3000    |
> > > +--------------------------------------------------------------
> >
>

Hi Greg,

I need to add one more comment about your pqact.conf entry to our previous 
discussion.   Even if the input and output redirection were to work, (although 
we've already established that
it won't) there might be another bug.   (Or perhaps it's a feature from your 
perspective...) There may be several products that will match the ^[AF]SUS0[12] 
pattern.  For each one,
pqact.conf will spawn another my_decode.pl process.   From the way the entry is 
written, each my_decode.pl process will be trying to write to the same file.   
The results could be quite
scrambled.  FYI.

Anne


--
***************************************************
Anne Wilson                     UCAR Unidata Program
address@hidden                  P.O. Box 3000
                                  Boulder, CO  80307
----------------------------------------------------
Unidata WWW server       http://www.unidata.ucar.edu/
****************************************************