Skip to content

Commit

Permalink
assignment.sh: added info to first question
Browse files Browse the repository at this point in the history
made 5 directories
  • Loading branch information
lisafeeney33 authored Aug 21, 2024
1 parent 058c2c5 commit 1add48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02_activities/assignments/assignment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -x
# > Add your code below each comment to complete the tasks

# 1. Create 5 directories named dir1, dir2, dir3, dir4, and dir5

mkdir dir1 dir2 dir3 dir4 dir5
# 2. List the contents of the parent directory to verify the presence of the 5 directories

# 3. Create 5 text files in dir2 named file1, file2, file3, file4, and file5
Expand Down

0 comments on commit 1add48c

Please sign in to comment.