[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recent Pluto hiccups
- Subject: Re: Recent Pluto hiccups
- Date: Wed, 12 Jul 2000 15:47:52 -0600
Chris,
...
> I have included the lines below so if anyone sees a problem with the
> way it's written, please let me know. I'm just curious why this
> product would kill pqact and I suspect it's how I wrote the entry.
>
> Regards,
>
> Chris
>
> 766 #WMO ^ACPN50.* .... ([0-3][0-9])([0-2][0-9])
> 767 # FILE data/weather/HURR/(\2:yyyy)(\2:mm)\2\3.HURR
The arguments to the FILE action include "\3" referring to the third
flagged part of the pattern, but there are only 2 parts of the
pattern, ([0-3[0-9]) and ([0-2][0-9]). I suspect what you really want
is:
WMO ^ACPN50.* .... ([0-3][0-9])([0-2][0-9])
FILE data/weather/HURR/(\1:yyyy)(\1:mm)\1\2.HURR
--Russ
_____________________________________________________________________
Russ Rew UCAR Unidata Program
address@hidden http://www.unidata.ucar.edu