Skip to content

IsaacG/fork-exercism-awk

 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.8%
  • Awk 4.1%
  • Other 0.1%