-
Notifications
You must be signed in to change notification settings - Fork 0
Assignment_1 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assignment_1 #1
Conversation
Autograder results
|
| 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/ |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing dir2/
Autograder results
|
|
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. |
Autograder results
|
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
Yes