Re: question on grep

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



On 10/10/07, Ross S. W. Walker <rwalker@xxxxxxxxxxxxx> wrote:
> mups.cp wrote:
> >
> > A simple one
> > # echo "jerry jerry" | tr " " "\n" | grep -c jerry
> > 2
> >
> > The perl seems more general.
>
>
> To add yet another variation:
>
> echo "jerry jerry" | awk 'BEGIN {RS=FS} {/jerry/ jerry++} END {print jerry}'
>
Did you mean:

   echo "jerry jerry" | awk 'BEGIN {RS=FS} /jerry/ {jerry++} END {print jerry}'

The one you gave does not handle "jerry blue jerry" for instance?

Cheers...james
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux