Besides you can build the PDF and html files from slides-awk.md
file, here is also the build PDF: https://github.com/mschmnet/awk-slides/raw/master/pdf/awk-slides.pdf
- What is AWK for?
- Basics. After this section you will be able to process a temperature CSV file.
- More advanced features
- Arrays
- Functions
- Environment variables
- External commands
- Import libraries
- Ranges
npm
make
(if you don't havemake
just have a look at the Makefile to find out how you can generate the slides)
make [all]
make pdf
make html
make show
make help