Summary
Functions are an important part of most every modern programming language. In this chapter I’ve shown you how to construct them, how to call them, and how to create function libraries that you can either use for yourself or share with other users.
In the next chapter, I’ll show you how to perform mathematical operations with shell scripts. I’ll see you there.