A work in process, occasionally worked on.
There are countless Awk tutorials online, but I've ignored them all for years.
I decided to finally teach myself Awk and document the process in Jupyter notebooks with a Bash kernel. This is the result.
- Basics of Awk
- Built-in Functions
- Arrays
- ...
To setup environment:
$ conda env create
$ python -m bash_kernel.install