In article <
MPG.2c193c60d...@nntp.aioe.org>,
Aaron Sawyer <Aaron....@Deltaware.com> wrote:
...
>
>$ cat <<\EOF | awk -F"," '
>/^2013-02-12/,/^2013-02-14/ { if ( $2 == "PED" ) print; }
>'
Of course, you will all of:
1) UUOC
2) UUOQ
3) UUOS
But other than that...
P.S. The manual does say that the range selection functionality cannot be
combined with any other pattern syntax - which is a real pain, because one
usually wants to do exactly that. It renders the range thingie virtually
useless in serious code (without serious contortions to emulate that which
one cannot do directly).
Also, I suspect that the range selection could be replaced with:
/^2013-02-1[234]/
in this specific instance.
And then, of course, with:
/^2013-02-1[234]/ && $2 == "PED"
--
Given Bush and his insanely expensive wars (*), that we will be paying for
for generations to come, the only possible response a sensible person need
ever give, when a GOPer/TeaBagger says anything about "deficits", is a
polite snicker.
(*) Obvious money transfers between the taxpayers and Bush's moneyed
interests. Someday, we'll actually figure out a way to have a war where the
money just gets moved around and nobody (on either side) gets injured or
killed. That will be an accomplishment of which we will be justly proud.