-
Notifications
You must be signed in to change notification settings - Fork 0
Assignment Update #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
base: main
Are you sure you want to change the base?
Conversation
Autograder results
|
Autograder results
|
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.
Question 2: No need for 'mkdir' command. Simply use the 'mv' command to rename rawdata to raw. That way you won't have to do
'mv raw/rawdata/* raw #adding this line here ...'
at line no. 40.
Question 5: 'cd' command has been used to change directories. It’s generally not advisable to use the cd command in a shell script. Maintaining the same current working directory before and after the script is considered a good practice.
Everything else looks good!
Implemented suggested changes by TA
Autograder results
|
Update line 2 to exclude "/*"
Autograder results
|
anjali-deshpande-hub
left a comment
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.
Thank you for the updates. Perfect!
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
Resolve conflicting merges
What did you learn from the changes you have made?
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
How were these changes tested?
A reference to a related issue in your repository (if applicable)
Checklist