Bash
- 2023-07-08
Wrote A Script To Delete All Resource Groups In An Azure Subscription
In the Azure portal you can’t select multiple resource groups for deletion. I have a sponsored subscription to play around in which I sometimes …
- 2023-05-09
Video: How I Write & Publish My Blog Using Neovim & Hugo From The Command Line
I show my workflow to publish my Hugo blog from the command line using neovim and bash Links: 202305091705
- 2023-04-01
Generating Markdown Headings with YYYY-MM-DD Date Format Using Bash
A couple of weeks ago I created a simple bash script to generate a date in format YYY-MM-DD to use with the magic !! wands in vim. Just now I wanted …
- 2023-01-10
Using parameter expansion as search and replace
Last modified: 2023-01-10 In this evening’s studies I came across this bash script in a tutorial by Rob Muhlenstein: !#/bin/bash echo -e …
- 2023-01-08
Back to Bas(h)ics: leaving zsh for now
I’ve used zsh for nearly two years now. I have a custom setup with autocompletion and a good looking prompt. Recently I’ve been diving …