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 » -
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 » -
Let’s Talk About Shell Scripting
Bash is a command-line shell now available on all major operating systems, and it is the environment from which most…
Read More » -
Bash If-Then-Else Example
This is a Bash If-Then-Else Example. Sometimes you need to specify different courses of action to be taken in a…
Read More » -
Bash If – Statement Example
This is an If – Condition Example. Sometimes you need to specify different courses of action to be taken in…
Read More » -
Linux Bash awk Example
This is an awk tutorial. The basic function of awk is to search files for lines or other text units…
Read More » -
A Sed (Stream Editor) Example
This is a Sed (Stream Editor) example. A Stream Editor is used to perform basic transformations on text read from…
Read More » -
Bash Regular Expressions Example
A regular expression is a pattern that describes a set of strings. Regular expressions are constructed analogously to arithmetic expressions…
Read More » -
Bash Environment Variables Tutorial
This is a Bash Environment Variables Tutorial. There exists two types of variables: Global Variables Local Variables Global variables or…
Read More »