Open
Conversation
My answers to the homework
dwz92
approved these changes
Apr 25, 2024
Comment on lines
+14
to
+18
| echo "I love data" > output1.txt | ||
| echo "I love data" > output2.txt | ||
| echo "I love data" > output3.txt | ||
| echo "I love data" > output4.txt | ||
| echo "I love data" > output5.txt |
There was a problem hiding this comment.
You are only creating text files in the current directory not in dir1 to dir5
Comment on lines
-22
to
+26
|
|
||
| rm -r dir1 dir2 dir3 dir4 dir5 output2.txt output.txt output4.txt output5.txt |
There was a problem hiding this comment.
This doesn't remove the intended target from question
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
My answers to the homework
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
Answering the prompts in homework.sh to the best of my ability
What did you learn from the changes you have made?
the terminal interprets ">>" as append left to file on right
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
na
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
na
How were these changes tested?
In a local terminal
A reference to a related issue in your repository (if applicable)
na
@mentions of the person or team responsible for reviewing proposed changes (At least 2 people)
Checklist