Instruction for homework submission 1. Create a directory by your last name. > mkdir your_name 2. Place the files of your homework in this directory. 3. Copy the directory that you create into /afs/cs.pitt.edu/usr0/alanjawi/public/cs2731/ > cp -r yourdirectory /afs/cs.pitt.edu/usr0/alanjawi/public/cs2731/ Example: Assume your name is Clinton. Login to any cs element machine. >mkdir Clinton ***to make a directory by your name*** >cd Clinton ***to change directory to the new directory you've jusat made*** >pico assignment73.pl ***to write and edit your assignment, you may use other editor*** ***type your assignment*** ***test your assignment and make sure it is final*** >cd .. ***to go back to the parent directory*** >cp -r ./Clinton /afs/cs.pitt.edu/usr0/alanjawi/public/cs2731/ ***to copy Clinton dir.to classdirectory*** notes: * Make sure that your files are final; you will NOT be able to resubmit the files. ONLY ONE TIME. * Make sure to copy the entire directory of the files (use -r option) do not copy files to the class directory. * You will not be able to read, edit or delete your files after you copy them to the class directory. * File time stamp will be used to determine the date and time of assignment submission, so make sure to copy the files by the due date/time.