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 ...