In this chapter, I’ll discuss Bash functions, how to create them and how to use them.

Bash functions: Functions are a good way to isolate common code that can be called from multiple other places. It’s also very useful when …


  

Related Stories

Share →