Create a single *.tar file containing only your source files. The *.tar should contain ALL & NOTHING BUT your source files.That's it. Now it's time to email your *.tar file to me as an attachment.The *.tar file should be named *EXACTLY* as follows. The (lack of) capitalization is required.
For ldale, substitute your own username. This tar file should be created in such a way that it creates a single directory of THE SAME NAME when I un-tar it. Below is one way to make this happen from the command line.pets-ldale.tar
Suggested way to approach this ENTIRE HOMEWORK.
mkdir pets-ldale mkdir inProgress cd inProgresscp *.php ../pets-ldale cp *.sql ../pets-ldale cp *.css ../pets-ldale (Required if your files include upon them) cd .. tar cvf pets-ldale.tar pets-ldale
284 - pets
I will not accept any other type of file than tar -- not gzip or any other 'archive' version. So, follow the instructions for submission checklist TO THE LETTER if you want to make sure you get maximum credit for this assignment.
The commands to do this are summarized below.
mkdir sandbox
cd sandbox
save tar attachment into sandbox folder
tar xvf pets-ldale.tar
cd pets-ldale
ls