% cd % mkdir cs21
% update21 Creating /home/tnas/cs21/labs Creating /home/tnas/cs21/labs/00 Adding /home/tnas/cs21/labs/00/bio.txt
You should work from within this subdirectory on all your lab 00 (or the appropriate lab number) assignments:
% cd % cd cs21/labs/00 % pwd /home/your_user_name/cs21/labs/00 % vim bio.txt
If I run update21 before starting lab 1, I'd see the following:
% update21 Creating /home/tnas/cs21/labs/01Then when I worked on my lab 1 assignments, I'd make sure I was working from within my cs21/labs/01 subdirecory:
% cd % cd cs21/labs/01 % pwd /home/tnas/cs21/labs/01 % vim weight.py
An example run of handin21:
**************************************************************************** ********* HW01: (cs21/labs/01) -- due by 11:59 pm, TUESDAY Sept 9 ********* **************************************************************************** Hi Tia: This program allows you to turn in your labs and assignments. Enter 'h' to hand in labs and assignments Enter 'v' to view the files you have turned in Enter 'q' to quit handin> h You are turning in HW 01 in cs21/labs/01. The following files will be turned in: squares.py wieght.py Enter 'h' to hand in labs and assignments Enter 'v' to view the files you have turned in Enter 'q' to quit handin> v Tia, you have turned in the following files: labs 01: 09/05/2008 14:04 -> squares.py 09/05/2008 14:04 -> wieght.py Enter 'h' to hand in labs and assignments Enter 'v' to view the files you have turned in Enter 'q' to quit handin> qYou can run handin21 multiple times before the due date of the assignment. handin21 access will be cut off after the due date, so make sure to submit your lab assignments prior to the due date even if they are not complete.