Recap
We covered a lot in this chapter. You learned how to open and read external files and directories with the open command, as well as write new files with the write character (>), and append to a file with the append character (>>).
You have also had your first look at arrays, which you will be using more and more as we move along in the projects.