UP | HOME

1 The AWK Programming Language

This contains my notes for the book The AWK Programming Language by Alfred V. Aho, Brian W. Kernighan and Peter J. Weinberger. The book is freely available in archive.org. You can access it https://psibi.in/awk

1.2 Static images

  • Have images under docs/assets
  • Create symbolic of it in the main directory:
$ ln -s $PWD/docs/assets/ $PWD/assets

1.3 Soure code highlighting

Generate main.css file:

$ pygmentize -S emacs -f html > docs/main.css

Then use a forked version of ox-twbs to generate syntax highlighted html.

1.4 Publishing

1.5 Contributing

Contributions welcome. You would have to edit the org files in the repository and send a PR!