From e3dad3d32b373de448c94461ef94a9195229b69f Mon Sep 17 00:00:00 2001 From: Jason Carman Date: Fri, 8 Nov 2024 16:55:19 +0000 Subject: [PATCH] Added arrays and associative arrays to lab 10 objectives. --- docs/Labs/lab10.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Labs/lab10.md b/docs/Labs/lab10.md index e8b6d87..6db9426 100644 --- a/docs/Labs/lab10.md +++ b/docs/Labs/lab10.md @@ -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.