In order to submit all of the required files with one mailing, please put the files into one ASCII archive file.
Method A: 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.
Method B: zip the files into the compressed folder TAR.zip, on Windows 10 by right-clicking after selection the files.
Both TAR.gz (and TAR.zip) contain unprintable control characters.
Optionally, encode them as an ASCII file by using the Unix Command
Email the file TAR.gz.uu (or TAR.zip.uu or TAR.zip) as an attachment to my email address.
You can reverse the archiving process (and thus test your archive file) by changing directory and issuing the following commands