2. Create simple shell scripts...
- 2.a Conditionally execute code (use of: if, test, [], etc.)
- 2.b Use Looping constructs (for, etc.) to process file, command line input
- 2.c Process script inputs ($1, $2, etc.)
- 2.d Processing output of shell commands within a script
- 2.e.RHEL8 Processing shell command exit codes