TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
> I also would like to learn the best way to send proof copy via the Internet to
> the students for their review/correction and return to me for final
processing.
> The students all have access to the Internet.
Norm Parry,
If you and your audience have access to a UNIX machine, you can pack up
a file (or files) of any type (ASCII, binary, etc.) and send the information
over E-mail.
To send one or more files use the command sequence
tar -cvf - filespec |compress -c |uuencode anyname.Z|mailx -s "E-mailing a tar
file" addressee
where
filespec is where you specify one or more files to send.
anyname is any filename that you choose for a temporary file.
addressee is the E-mail address(es).
The addressee would save the E-mail message to a file (e.g., emailfile)
and use the commands