✍️ Formative W02-W03
DS105 - Data for Data Science
Formative assignment
This problem set is not graded but you will get written feedback if you submit.
Check out the 🔖 Week 02 Appendix - 📃 Text editors section for more info on vim.
Follow the steps below and, when asked, copy your responses to the Moodle page of this assignment.
P1: Identify yourself
On the terminal, type the two commands below:
whoamiuname -aTake a screenshot (how?) of your terminal and submit to Moodle, under the field identified as P1.
P2: Edit a file
Go to the DS105 folder you created earlier during W02 lab:
cd ~/DS105Rename the
README.txttoREADME.md(a markdown file):mv README.txt README.mdEdit the README.md file following the template below, replacing all occurrences of
<>with your responses:# DS105 Name: <> Date: <> Candidate Number: <> Degree Program: <> ## Notes - I want to learn data science because <>Save and quit vim.
Print some metadata about your file to prove you were the one editing it:
stat README.mdPrint the contents of your file to the terminal:
cat README.mdTake a screenshot (how?) of your terminal and submit to Moodle, under the field identified as P2. Make sure that both the output of
statandcatcommands are visible.
