Skip to content

Complete assignment.sh#1

Open
michellechzwang wants to merge 18 commits intomainfrom
assignment
Open

Complete assignment.sh#1
michellechzwang wants to merge 18 commits intomainfrom
assignment

Conversation

@michellechzwang
Copy link
Copy Markdown
Owner

@michellechzwang michellechzwang commented Mar 3, 2026

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

Made changes to assignment.sh to finish my assignment.

What did you learn from the changes you have made?

I learned to clone my git repo onto my computer.

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

There may be other approaches but this was the easiest ones I thought of.

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

I had issues with the cp commands but that was because I was used to hard coded paths/commands

How were these changes tested?

N/A

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

N/A

Checklist

  • I can confirm that my changes are working as intended

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

github-actions[bot]

This comment was marked as resolved.

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

# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed

cd ../
touch inventory.txt
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

In the next row, the ">" means "Make this file here, overwrite anything that is already there", so this row's "touch" is redundant.

Copy link
Copy Markdown

@eric-j-sanders eric-j-sanders left a comment

Choose a reason for hiding this comment

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

The assignment is complete

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