Series: Shell scripting
Learn about some of the intricacies of shell scripting from quickly parsing command line arguments, to making your output more beautiful than you could have ever imagined!
Parsing command-line arguments and flags
4th January 2019
| Series: Shell scripting
Learn how to parse flags in your command-line script in a beautiful way.
Non-obvious behaviors of shell syntax
3rd January 2019
| Series: Shell scripting
Learn about the pitfalls and tricks behind some of the unusual shell syntax.
Coloring text in your terminal
2nd January 2019
| Series: Shell scripting
Learn how to color your output with native shell scripts to give better feedback to your users.