Linux

Some regex tests with grep, sed and AWK

In my data work I regularly do searching and filtering with GNU grep (version 3.3), GNU sed (4.7) and GNU AWK (4.2.1). I don’t know if they all use the same regex engine, but I’ve noticed differences in regex speed between these three programs. This post documents some of the differences.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Comment moderation is enabled. Your comment may take some time to appear.

Back to top button