Skip to content

Assignment nov 27#2

Open
tintingong wants to merge 15 commits intomainfrom
assignment
Open

Assignment nov 27#2
tintingong wants to merge 15 commits intomainfrom
assignment

Conversation

@tintingong
Copy link
Owner

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

  • I can confirm that my changes are working as intended

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6 Missing files in data/processed/user_logs; Missing files in data/processed/event_logs
7 One or more files with ipaddr in data/raw not removed.
8 data/inventory.txt does not exist
9

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6 Missing files in data/processed/user_logs
7 One or more files with ipaddr in data/raw not removed.
8 data/inventory.txt does not exist
9

@github-actions
Copy link

Autograder results

question status comment
1
2 rawdata not moved to data/raw
3
4
5
6 Missing files in data/processed/user_logs
7 One or more files with ipaddr in data/raw not removed.
8 data/inventory.txt does not exist
9

Copy link

@anjali-deshpande-hub anjali-deshpande-hub left a 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.

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6 Missing files in data/processed/user_logs
7 One or more files with ipaddr in data/raw not removed.
8
9

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6
7 One or more files with ipaddr in data/raw not removed.
8
9

@github-actions
Copy link

Autograder results

question status comment
1
2
3
4
5
6
7 One or more files with ipaddr in data/raw not removed.
8
9

@github-actions
Copy link

Autograder results

question status
1
2
3
4
5
6
7
8
9

Copy link

@anjali-deshpande-hub anjali-deshpande-hub left a 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!

@tintingong
Copy link
Owner Author

Thanks a lot!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants