Skip to content

This is my assignment#6

Open
cdanss wants to merge 4 commits intomainfrom
assignment
Open

This is my assignment#6
cdanss wants to merge 4 commits intomainfrom
assignment

Conversation

@cdanss
Copy link
Copy Markdown
Owner

@cdanss cdanss commented Apr 15, 2026

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

Created directories, moved data, organized log files into processed subdirectories, removed IP address files for user privacy, and generated a file inventory.

What did you learn from the changes you have made?

mkdir requires parent directories to exist before creating subdirectories

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

Could have used mkdir -p data/processed/{server_logs,user_logs,event_logs} as a one-liner instead of three separate mkdir calls

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

data/processed subdirectories failed to create because the parent directory didn't exist yet. I had a lot of trouble trying to merge and resolve the conflicts

How were these changes tested?

By running bash assignment.sh

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

Checklist

  • I can confirm that my changes are working as intended

Copy link
Copy Markdown

@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
Copy Markdown

@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

@vishnouvina
Copy link
Copy Markdown

approved

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