From d94938ae8bb8b09c5ee91189acd8ba74ed0aaacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Castellanos?= <134016654+cyberqubit@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:37:21 -0400 Subject: [PATCH] TITLE: UofT-DSI | Shell - Homework ## What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports) I wrote the required bash commands to do the homework. ## What did you learn from the changes you have made? I learned how to use the shell. ## Was there another approach you were thinking about making? If so, what approach(es) were you thinking of? I was thinking of using other commands. ## Were there any challenges? If so, what issue(s) did you face? How did you overcome it? Yes, I didn't remember some commands. I used the cheat sheet to check the commands. ## How were these changes tested? The changes were tested with the last command ls which showed neither directories nor files. ## A reference to a related issue in your repository (if applicable) ## @mentions of the person or team responsible for reviewing proposed changes (At least 2 people) - @dtxe - droumich99@gmail.com ## Checklist - [x] I can confirm that my changes are working as intended `uoft-dsi-c3-homework-20240425` TITLE: UofT-DSI | Shell - Homework ## What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports) I wrote the required bash commands to do the homework. ## What did you learn from the changes you have made? I learned how to use the shell. ## Was there another approach you were thinking about making? If so, what approach(es) were you thinking of? I was thinking of using other commands. ## Were there any challenges? If so, what issue(s) did you face? How did you overcome it? Yes, I didn't remember some commands. I used the cheat sheet to check the commands. ## How were these changes tested? The changes were tested with the last command ls which showed neither directories nor files. ## A reference to a related issue in your repository (if applicable) ## @mentions of the person or team responsible for reviewing proposed changes (At least 2 people) - @dtxe - droumich99@gmail.com ## Checklist - [x] I can confirm that my changes are working as intended `uoft-dsi-c3-homework-20240425` --- 03_homework/homework.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/03_homework/homework.sh b/03_homework/homework.sh index a6269096..06acd85f 100644 --- a/03_homework/homework.sh +++ b/03_homework/homework.sh @@ -3,6 +3,7 @@ # Instructions: # Please run the following command in the terminal where homework.sh is located to make the file executable. # chmod +x ./homework.sh +chmod +x ./homework.sh # On your terminal, input all the commands you have used to create the following: