More Unix/Linux shell, and some introduction to shell scripting!
- Slides
- The lab instructions are, again, on GitHub here: https://github.alaska.edu/Fall2018-BtM/Lab10
Reading:
- Shell scripting tutorial (Bourne shell): https://www.shellscript.sh/
- If you write more complex scripts, you may want to learn the Bash scripting, because it has some features (like arrays, and how variables are handled) that make certain operations less clunky than the simple Bourne shell. Good resources are https://ryanstutorials.net/bash-scripting-tutorial/bash-script.php and https://en.wikibooks.org/wiki/Bash_Shell_Scripting