From within your week04 subdirectory copy over my partsmove.py file.
Note:
Do not copy over everything again (don't use * to match all files
in my week04 subdirectory), or you will write over files
from Monday and Wednesday that you alreay copied over.
% cd cs21/class/week04 % pwd /home/your_user_name/cs21/class/week04 % cp ~newhall/public/cs21/week04/partsmove.py .I will put my solutions to in-class exercises in my public directory with files prefixed with tias_. You can copy over my solutions after class by doing:
% cd cs21/class/week04 % pwd /home/your_user_name/cs21/class/week04 % cp ~newhall/public/cs21/week04/tia* .tia* matches all files whose name starts with tia