December 2015
Beginner
306 pages
5h 2m
English
In this chapter, we understood the functions in Shell scripts. You learned about defining and displaying functions and removing the functions the from shell. You also learned about passing arguments to functions, sharing data between functions, declaring local variables in functions, returning results from functions, and running functions in background. You finally learned about using the source and .commands. We used these commands to use the library of functions.
In the next chapter, you will learn about using traps and signals. You will also learn about creating menus with the help of the utility dialog.