Skip to content

added shell commands to finish the assignment#1

Open
Bickolus wants to merge 8 commits intomainfrom
assignment
Open

added shell commands to finish the assignment#1
Bickolus wants to merge 8 commits intomainfrom
assignment

Conversation

@Bickolus
Copy link
Owner

@Bickolus Bickolus commented Oct 20, 2025

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

I am adding shell commands as instructed in the shell assignment.

What did you learn from the changes you have made?

I learned how to use commands that involved multiple directories and sub-directories, and how to filter by file name and type.

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

Yes. I realized I could reduce the number of commands by including subdirectories in the command itself rather than doing "cd directory" first

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

There weren't any major challenges. I had to refer to shell documentation multiple times to ensure I was making the right commands.

The assignment also wasn't clear about what to do with the /rawdata folder, I would suggest the autograder to mention that the /raw directory itself shouldnt include the /rawdata directory, but merely the contents in it.

How were these changes tested?

I tested these changes by performing the bash command on my computer and checking the directories.

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

Checklist

  • I can confirm that my changes are working as intended

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 ls command run on wrong directory
Part 1 - Q4
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
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 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
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 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
Part 2

Please address the issues listed above.

@vishnouvina
Copy link

the errors are coming from the "cd" - you should not change directory, and do everything from the source directory
right now the autograder is confused because even your paths are relative (because of the "cd") and not absolute (even though what you did works)

@Bickolus
Copy link
Owner Author

the errors are coming from the "cd" - you should not change directory, and do everything from the source directory right now the autograder is confused because even your paths are relative (because of the "cd") and not absolute (even though what you did works)

Ah, thanks for the tip

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 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
Part 2

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 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
Part 2

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

@vishnouvina
Copy link

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