Skip to content

Commit

Permalink
Added arrays and associative arrays to lab 10 objectives.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarman committed Nov 8, 2024
1 parent 7948f96 commit e3dad3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Labs/lab10.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ description: Lab 10 for Students to Learn Shell Scripting
- Use a **while** loop in a shell script.
- Use **getopts** to parse command line options.
- Use the **exit** statement in a shell script.
- Use **arrays** and **associative arrays** in a shell script.
- Create users using a shell script
- Explain how to configure and use a **.bashrc** start-up file.
- Create a bash shell script to **generate multiple user accounts** from a comma separated value (.csv) file.
Expand Down

0 comments on commit e3dad3d

Please sign in to comment.