Skip to content

Commit

Permalink
Lab 10: fixed a typo in users2.bash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarman committed Nov 29, 2024
1 parent b1efa1c commit 859a847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Labs/lab10.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ You are going write a bash script to populate an array of usernames from a csv f
users=($(cut -d"," -f1 userinfo.csv))

# Print a heading
echo "Username"
echo "Usernames:"

# For each username in the array users
for user in "${users[@]}"; do
Expand Down

0 comments on commit 859a847

Please sign in to comment.