Linux Mint Shell Scripting Primer : Part V

[ This is the final part of the five part series that covers the very basics of Linux shell scripting. For the very beginning, start from Part I here.] Previous parts discussed the structure of a Linux shell script, how to use Terminal commands effectively through scripts, how to use variables and how loops are useful in doing cool things. This final part will cover user interaction using shell scripts....