exercism / awk

Exercism exercises in AWK.
https://exercism.org/tracks/awk
MIT License
18 stars 21 forks source link

Concept: patterns #209

Closed glennj closed 1 year ago

glennj commented 1 year ago

This is a WIP first draft. Comments welcome.

booniepepper commented 1 year ago

BTW I 100% agree that "patterns" are a key concept in AWK, if not the key concept. There's more to the syntax and semantics, but much of it relies on an understanding of patterns

There aren't any hard prerequisites to learn before learning patterns, so this should be the first concept IMO

glennj commented 1 year ago

Added the about.md document. Only difference is a reference to the manual at the bottom of the text.