In lamest terms, process substitution allows you to turn a command into a temporary file that banishes after it finishes.
Conclusion and Review
This is a review and conclusion of the book by Andrew Carnegie, I have written a series of articles outlining the book by applying the principles to DevOps here:
This is one of series of articles written about the book How to Win Friends and Influence People, below…
set -o errexitset -o pipefailset -o nounset
errexit
bash -n
One easy way to check the syntax of your bash scripts is to run bash -n
DevOps is a portmanteau that stands for Development and Operations, hence it is important to understand this dichotomy.
Developers write code; computer instructions that make up software.