Typically we interact with the Linux operating system through what is referred to as a shell interpreter. A common interpreter is the Bourne Again Shell, which people call by the catchy name of bash ...
You've probably written dozens of Bash scripts by now. You may have used grep in a conditional statement or sed to transform small blocks of text inline. What if I told you that's incredibly ...
It is no secret that we often use and abuse bash to write things that ought to be in a different language. But bash does have its attractions. In the modern world, it is practically everywhere. It ...