Skip to content

Assignment_1#1

Merged
PeleshkoV merged 3 commits intomainfrom
assignment
Dec 18, 2024
Merged

Assignment_1#1
PeleshkoV merged 3 commits intomainfrom
assignment

Conversation

@PeleshkoV
Copy link
Owner

@PeleshkoV PeleshkoV commented Aug 25, 2024

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

I made changes to my Assignment #1 according to the comments, I've checked all my commands. They worked properly.

What did you learn from the changes you have made?

Previously, I didn't move from the directories. Now, I added cd-commands.

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

Yes, I thought. Maybe, there is an approach when I can create all commands in one line.

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

Challenge now is a complicated instruction to the submitting assignment.

How were these changes tested?

I checked - all works properly.

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

N/A

Checklist

  • [ Y] I can confirm that my changes are working as intended
    Yes

@github-actions
Copy link

Autograder results

question status comment
1
2
3 missing required files in dir2
4
5
6 rm command run on the wrong file
7
8

ls
# 3. Create 5 text files in dir2 named file1.txt, file2.txt, file3.txt, file4.txt, and file5.txt

touch file1.txt file2.txt file3.txt file4.txt file5.txt dir2/
Copy link

Choose a reason for hiding this comment

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

unnecessary dir2/

cat dir2/file3.txt
# 6. Delete file4.txt

rm file4.txt
Copy link

Choose a reason for hiding this comment

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

missing dir2/

@github-actions
Copy link

github-actions bot commented Sep 2, 2024

Autograder results

question status comment
1
2
3 missing required files in dir2
4
5 cat command run on the wrong file
6 rm command run on the wrong file
7
8

@PeleshkoV
Copy link
Owner Author

Emma, I made changes to my assignment. I added cd-commands and I checked all commands. They work properly. But still I have red marks.

@PeleshkoV PeleshkoV closed this Sep 7, 2024
@PeleshkoV PeleshkoV reopened this Dec 18, 2024
@PeleshkoV PeleshkoV merged commit e657577 into main Dec 18, 2024
@github-actions
Copy link

Autograder results

question status comment
1
2
3 missing required files in dir2
4
5 cat command run on the wrong file
6 rm command run on the wrong file
7
8

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.

2 participants