Day 11 - Task: Error Handling in Shell Scripting
Tasks
Task 1: Checking Exit Status
Write a script that attempts to create a directory and checks if the command was successful. If not, print an error message.
Task 2: Using if Statements for Error Checking
Modify the script from Task 1 to inclu...