1 min readSep 13, 2020
An awesome article and introduction!
I never used awk! Now i can! And it looks all simple!
Thank you a lot!
Questions ?
How to access captured groups when using regex ??
I searched quickly
https://stackoverflow.com/questions/2957684/awk-access-captured-group-from-line-pattern
And apparently awk doesn't support that by default! We can mix things or use gawk!
What do you think is the best way to achieve that? All native that it can be ?