BASH
-
Effective Bash scripting for software developers
I’ve been asked many times about my shell scripts and things I’ve automated, as I’ve recently shown in a video…
Read More » -
Oh-my-bash MacOSX iTerm and stuff
I decided to up my command line game, so this a ‘remember how to do stuff‘ post for me. I…
Read More » -
Some bash functions for git
Here some git related functions in my .bachrc. Is mostly a backup for me, but it might also be useful…
Read More » -
Writing safe(r) bash scripts
After writing more and more bash scripts for a client, I’ve decided to write down my thoughts about it. This…
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 »