Programming

Bash Basics

Les Variables Bash is very powerful, and mastering it can dramatically increase your productivity. This post is just a primer with some of the more useful features I have come across so far. Follows the format: “name=value”. The ‘$’ character is used to access the value of a variable, i.e. “$name”. Sources (most of them) […]

Scroll to top