Re: MEDS

Subject: Re: MEDS
From: Undetermined origin c/o Postmaster <POSTMASTER -at- OSUVM1 -dot- BITNET>
Date: Fri, 2 Apr 1993 09:05:28 -0500

> 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

ANYNAME=`head -120 emailfile | grep begin | cut -d" " -f3`
uudecode emailfile
uncompress -c $ANYNAME|tar -xvf -
rm $ANYNAME


- Jack :-)

######################################################################
Jack Yellig, Senior Technical Writer, Data General Corporation,
4400 Computer Drive, Westboro, Ma. 01581, Voice (508) 870-9858,
Fax (508) 870-9858, E-Mail jack -at- jack2 -dot- webo -dot- dg -dot- com
######################################################################


Previous by Author: Re: punctuating with electronic commands
Next by Author: Re: Interleaf
Previous by Thread: MEDS
Next by Thread: TEXT


What this post helpful? Share it with friends and colleagues:


Sponsored Ads