UofT-DSI | Shell - Assignment 1 - #1
Open
YariShukla wants to merge 5 commits into
Open
Conversation
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? (e.g. Adding or removing code, refactoring existing code, adding reports)
I updated the
assignment.shscript to automate the initial organization of client data files. The script now creates the required data directories, moves raw data into the correct location, organizes server, user, and event log files, removes files containing IP addresses for privacy, and creates an inventory file of processed data.What did you learn from the changes you have made?
I learned how to use Bash commands for file and directory management, including creating folders, moving and copying files, deleting files, and generating file lists. I also practiced using Git branches, commits, and pull requests to manage and submit code changes.
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
I considered manually organizing the files, but using a Bash script provides a more efficient, repeatable, and automated solution that can be reused by the team.
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
I faced challenges understanding the correct file paths and Git workflow. I overcame these challenges by testing the script locally, verifying the directory structure, and using Git commands to track and submit my changes.
How were these changes tested?
I tested the script locally by running
bash assignment.shand verifying that the required directories were created, files were organized correctly, unwanted IP address files were removed, and the inventory file was generated.A reference to a related issue in your repository (if applicable)
Not applicable.
Checklist