In order to submit all of the required files with one mailing, you have to put the files into one ASCII archive file by the Unix tar command. The command you will be using is:
Now you compress the created file TAR by using
This converts the file TAR into the compressed non-ASCII file TAR.gz. This file contains unprintable control characters and therefore cannot be mailed, so you have to encode it as an ASCII file by using the Unix Command
Send the file TAR.gz.uu by
You can reverse the archiving process (and thus test your archive file) by changing directory and issuing the following commands