-
Shell Scripting
Asciidoctor: Creating a macro
I’ve been writing the TWIN4j blog for almost a year now and during that time I’ve written a few different…
Read More » -
Shell Scripting
Asciidoc to Asciidoc: Exploding includes
One of my favourite features in AsciiDoc is the ability to include other files, but when using lots of includes…
Read More » -
DevOps
Kubernetes: Simple example of pod running
I recently needed to create a Kubernetes pod that would ‘just sit there’ while I used kube cp to copy…
Read More » -
Unix
Unix: Find files greater than date
For the latter part of the week I’ve been running some tests against Neo4j which generate a bunch of log…
Read More » -
Unix
Unix: Find all text below string in a file
I recently wanted to parse some text out of a bunch of files so that I could do some sentiment…
Read More » -
Unix
Unix: Split string using separator
I recently found myself needing to iterate over a bunch of ‘/’ separated strings on the command line and extract…
Read More »