in message <[EMAIL PROTECTED]>,
wrote James Long thusly...
>
> Should these two commands produce identical output?
> 
> $ bzegrep "38436|41640" /var/log/maillog.0.bz2 | wc -l
>        0
> $ bzcat /var/log/maillog.0.bz2 | egrep "38436|41640" | wc -l
>      121

And more fun, try also "egrep -J| wc", which is similar to the 2d
case above.  Seems like the first "e" in "bzegrep" is erroneous.


  - Parv

-- 

_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to