HW-tutorial3
- Due 18 Oct 2019 by 23:59
- Points 5
- Submitting a text entry box or a website url
- Available after 16 Sep 2019 at 0:00
This homework consists in writing a bash script to extract some information from a text file and generate an alternate dataset from that text file.
Detailed instructions and code can be found here:
https://github.com/floridop/MNXB01-2019/blob/master/floridopag/tutorial3/homework3/README.md
To submit the assignment you must submit a pull request to the https://github.com/floridop/MNXB01-2019 repository:
- Complete assignment HW-tutorial5 and wait for me to approve your pull request;
- In your work directory, checkout the master branch
git checkout master
- Synchronize your master with my upstream
git pull upstream
- Update your remote origin with these changes taken from my upstream
git push origin master
- Create a branch to submit HW-tutorial3:
git checkout -b HW-tutorial3
- copy your own code
musicstats.sh
inside the folder you created for HW-tutorial5:
<yourworkingcopy>/<lastnamenam>/tutorial3/homework3/
git add and git commit the new file. - Push your code to your remote origin repository, like you did for HW-tutorial5
git push origin HW-tutorial3
- Submit a pull request to my repository
- Paste the pull request link as the assignment submission.
Please mind that I will not correct any code that is not sent via pull request. If you have problems with the above please visit me in my office and I can help you doing it.
20190929 UPDATE : I forgot to mention that the example files contain line numbers and E4 should also extract line numbers. The repository and pseudocode has been updated with such information:
- code update: https://github.com/floridop/MNXB01-2019/blob/master/floridopag/tutorial3/homework3/code/musicstats.sh.pseudocode#L181
- line numbers in the examples can be seen here: https://github.com/floridop/MNXB01-2019/blob/master/floridopag/tutorial3/homework3/code/samplefolder/stats/STIL-recordentries.txt
the format islinenumber:/entrypath/...