Dictionaries in bash scripts - it is possible

2015-06-11
tagged: bash, linux

Apparently, bash offeres assosiative arrays, similar to Python dictionaries

Poor man's Read-The-Docs

2015-01-16
tagged: python, git, bash

Here is how to build sphinx documentation on multiple branches in your Python project. If you want to have Sphinx documentation for your project without having to install the whole complicated readthedocs.org image.

Stripping EOL from output in BASH

2011-04-15
tagged: bash, cli, linux

Sometimes you have to text process the output of many chained commands, e.g. bash command to list all dev package in Debian. The results are usually outputted with "\\n"

Subscribe to all posts tagged with bash