Closed
Conversation
|
This pull request was made to the wrong repository. Please open it in your own fork instead. Refer to the Assignment Submission Guide for detailed instructions. |
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.
What changes are you trying to make?
I completed all steps for the Shell assignment by writing the correct commands into the
assignment.shfile. This includes creating folders, moving files, copying specific logs, deleting sensitive ones, and listing final outputs.What did you learn from the changes you have made?
This task helped me become more confident using basic shell commands. I practiced working with wildcards, organizing files, and chaining commands efficiently.
Was there another approach you were thinking about making?
At first, I thought I could copy files one by one, but using patterns like
*server*.logand*ipaddr*made things much simpler and faster.Were there any challenges?
Yes! I started working in the wrong folder at first. Then I realized I had to move everything into the
shell_assignmentfolder and start over step-by-step — but that helped me understand Git and shell better, so no regrets.How were these changes tested?
I tested all commands in Git Bash, used
ls,cat, andgrepto verify file movement and deletions, and confirmed everything withinventory.txtat the end.A reference to a related issue in your repository (if applicable)
The only issue was that I originally worked outside the right folder. Later I created
shell_assignment, set the branch, cloned correctly, and redid the work there.Checklist