Skip to content

UofT-DSI | Shell- Assignment 1 #1

Open
Vortable wants to merge 9 commits intomainfrom
assignment
Open

UofT-DSI | Shell- Assignment 1 #1
Vortable wants to merge 9 commits intomainfrom
assignment

Conversation

@Vortable
Copy link
Owner

@Vortable Vortable commented Nov 7, 2025

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

I updated and completed the assignment.sh script, automating directory creation, data organization, logs, and generating an inventory file.

What did you learn from the changes you have made?

I learned how to use Bash commands, automate a file system setup, creating, moving, filtering and generating an output file. I also learned how to resolve merge conflicts, run bash files in the terminal. Clone, add, commit and push git repos.

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

I was considering a for loop and find command, but stuck to basic bash commands like ls and >, >> to keep it simple and accurate.

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

I found it challenging to created a txt file populated with log information. I kept this step with basic bash commands.

How were these changes tested?

I tested a few iterations in bash using ls and pwd to find file locations and existence, as well as cat to view the contents of the txt file to see that it met the expectations of the assignment.

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

N/A

Checklist

  • I can confirm that my changes are working as intended
  • I have tested the script with different file types, and it works as expected

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2 rawdata not moved to data/raw
Part 1 - Q3 ls command not run
Part 1 - Q4 Missing directories: data/processed/server_logs, data/processed/user_logs, data/processed/event_logs
Part 1 - Q5 No server log files in data/raw
Part 1 - Q6 No user log files in data/raw; No event log files in data/raw
Part 1 - Q7
Part 1 - Q8 data/inventory.txt does not exist
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6 Missing files in data/processed/user_logs
Part 1 - Q7
Part 1 - Q8 data/inventory.txt does not contain all files in data/processed
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8 data/inventory.txt does not contain all files in data/processed
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8 data/inventory.txt does not exist
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8 data/inventory.txt does not contain all files in data/processed
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status comment
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2 coworker-changes branch not found in commit history

Please address the issues listed above.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autograder results

question status
Part 1 - Q1
Part 1 - Q2
Part 1 - Q3
Part 1 - Q4
Part 1 - Q5
Part 1 - Q6
Part 1 - Q7
Part 1 - Q8
Part 2

@Vortable Vortable changed the title new directory added named data Shell Assignment Wendy Graham parts 1 & 2 Nov 8, 2025
@Vortable Vortable changed the title Shell Assignment Wendy Graham parts 1 & 2 UofT-DSI | Shell- Assignment 1 Nov 8, 2025
Copy link

@monzchan monzchan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work!

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.

3 participants