glennj / exercism-awk

Exercism exercises in AWK.

Home Page:https://exercism.org/tracks/awk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercism AWK track

AWK is a fun little language, widely used for text manipulation. One can express a lot of functionality in very few lines of code.

awk intro comic

Spelling

The language is AWK.
The interpreter is awk or gawk.

Language variant

We'll use GNU awk in this track. It may not be the default awk in any platform, but it's in widespread use and has lots of builtin goodies.

Testing framework

Since I (@glennj) have spent a lot of time building up the bash track, I'll steal some of the learnings from it.

Support

Get help on the Exercism forum.

About

Exercism exercises in AWK.

https://exercism.org/tracks/awk

License:MIT License


Languages

Language:Shell 95.7%Language:Awk 4.1%Language:PowerShell 0.1%Language:Smarty 0.0%