Join Exercism’s AWK Track for access to 79 exercises with automatic analysis of your code and personal mentoring, all 100% free.
BEGIN {print "Hello World!"}
Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.
Add the numbers to a minesweeper board.
Given students' names along with the grade that they are in, create a roster for the school.
Determine if a number is an Armstrong number.
AWK is a venerable, powerful, elegant, and simple tool that everyone should know.
Extracting a column from your CSV is as simple as "awk -F, '{print $1}' file"
Replace complex grep|sed|tr|cut pipelines with a short AWK script.
Simple and flexible data structures, user-defined functions; AWK can do more than you think.
With just a few dozen characters, you can achieve impressive text transformations.
Besides /bin/sh, AWK is the only other scripting language in the standard Unix environment.
Every language has its own way of doing things. AWK is no different. Our mentors will help you learn to think like a AWK developer and how to write idiomatic code in AWK. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in AWK - they'll help you discover the things you don't know that you don't know.
Learn more about mentoringThe AWK track on Exercism has 79 exercises to help you write better code. Discover new exercises as you progress and get engrossed in learning new concepts and improving the way you currently write.
See all AWK exercisesThe best part, it’s 100% free for everyone.