Skip to content

Amended script for assignment.sh (commands filled in)#623

Closed
augustina2023 wants to merge 1 commit intoUofT-DSI:mainfrom
augustina2023:assignment
Closed

Amended script for assignment.sh (commands filled in)#623
augustina2023 wants to merge 1 commit intoUofT-DSI:mainfrom
augustina2023:assignment

Conversation

@augustina2023
Copy link
Copy Markdown

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

The changes made: added code to sort the raw data and add them into a text file.

What did you learn from the changes you have made?

I learned how to sort raw data.

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

There was no other approach that I thought about making.

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

I had an issue with acquiring the data from the zip file. I overcame this by reaching out to the DSI team for help, Vishnou suggested that "there is something with [my] machine that prevents the download (certificate issue)", and he provided me with an alternative code for the line with the curl command. I also had received some errors when trying to move the files from one directory to the new one that was created as well as some permission issues that arose when trying to move files from one directory to another. I overcame the move errors by going over my script and realizing that there were some typos, mistakenly wrote "mkdir" instead of "mv" on one line. I also started the process over a few times to make sure that the correct directories and sub-directories were being created.

How were these changes tested?

I tested the changes by moving into the respective directories and checking their contents.

A reference to a related issue in your repository (if applicable)

Checklist

  • [ y] I can confirm that my changes are working as intended

@github-actions
Copy link
Copy Markdown

This pull request was made to the wrong repository. If you are a participant, please close it and open it in your own fork instead. Refer to the Assignment Submission Guide for detailed instructions.

@github-actions github-actions bot closed this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant