Here’s a quick way of configuring your (Linux-based) Git installation to use the excellent Meld program by default for displaying/editing the outputs of the git
Continue readingCategory: Bash scripting
URI parsing using Bash built-in features
A bit of background A while ago I posted an article describing how one could parse complete URIs in Bash using the sed program. Since
Continue reading