On most days, Bash is a great tool for quick-and-dirty file manipulation and system management. As we’ll cover in this workshop, however, the command line allows us to do a whole lot more than meets the eye, including:

- Arrays
- Functions
- Parsing JSON
- Process substitution
- Color outputs
and much more!

This talk introduces advanced topics in Bash, so being familiar with the command line is a pre-requisite.
[278]

Comments

Comments are closed.

Pedro Salgado at 20:19 on 19 Jul 2017

I'm used to use Bash but this presentation helped me reach yet another level.

Thank you!