-
Notifications
You must be signed in to change notification settings - Fork 0
Assignment nov 27 #2
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
…into assignment
Autograder results
|
Autograder results
|
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.
Question 2: You don't need to use two commands (mkdir and mv). Simply use mv command to rename the folder from rawdata to raw inside data dir.
If you rename correctly, Question 6 and 7 will give correct results too.
Question 8. echo command outputs the text that follows it. echo command is not the one that you want to use here. You can redirect the output of a command to a file using redirection operators. Please read about redirection and you will get your answer.
Autograder results
|
Autograder results
|
Autograder results
|
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.
Very Good! Just a quick note: There was no need for 'touch' command. '>>' is append operator. '>' could have done the job!
|
Thanks a lot!! |
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
answer qn 2-8
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