Skip to content

added command to create directory named data#1

Merged
Bassoon220 merged 7 commits intomainfrom
assignment
Mar 16, 2026
Merged

added command to create directory named data#1
Bassoon220 merged 7 commits intomainfrom
assignment

Conversation

@Bassoon220
Copy link
Copy Markdown
Owner

@Bassoon220 Bassoon220 commented Mar 2, 2026

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

Complete Git/Shell assignment 1. Perform basic command line operations, including:

  • make directories
  • move directories and files, including using wildcard *
  • save command line outputs to a file using >> operator

What did you learn from the changes you have made?

I got a chance to practice what was taught in lectures, perform basic file/directory operations. This could help with future research tasks which need to manipulate large numbers of files.

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

No. I tested most of the commands in the terminal before writing them in the script.

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

I wasn't sure if server*.log would select all the files I wanted, so I created a server_test.txt file and saw that it was excluded.

How were these changes tested?

temporarily creating files/directories. commands were also tested in the command line.

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

Checklist

  • [ x] 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 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
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 Missing directories: data/processed/server_logs, data/processed/user_logs, data/processed/event_logs
Part 1 - Q5 Missing files in data/processed/server_logs
Part 1 - Q6 Missing files in data/processed/user_logs; Missing files in data/processed/event_logs
Part 1 - Q7 One or more files with ipaddr in data/raw not removed.
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
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

@khsergvl
Copy link
Copy Markdown

khsergvl commented Mar 6, 2026

Great work!

@Bassoon220 Bassoon220 merged commit 369ea87 into main Mar 16, 2026
2 checks passed
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