Re: mail script attachment

2001-07-03 Thread Christoph Simon
On 03 Jul 2001 11:28:37 + Johann Spies <[EMAIL PROTECTED]> wrote: > "Eric G. Miller" writes: > > > On Fri, Jun 29, 2001 at 10:57:14PM -0700, ben djaya wrote: > > > Hi, > > > I have some binary files, and I need to mail it > > > separately. For each file I want to attach it in a > > > mail.

Re: mail script attachment

2001-07-03 Thread Johann Spies
"Eric G. Miller" writes: > On Fri, Jun 29, 2001 at 10:57:14PM -0700, ben djaya wrote: > > Hi, > > I have some binary files, and I need to mail it > > separately. For each file I want to attach it in a > > mail. > > Can somebody help me make a script, so that they can > > be mailed automatically.

Re: mail script attachment

2001-06-30 Thread Eric G. Miller
On Fri, Jun 29, 2001 at 10:57:14PM -0700, ben djaya wrote: > Hi, > I have some binary files, and I need to mail it > separately. For each file I want to attach it in a > mail. > Can somebody help me make a script, so that they can > be mailed automatically. > I hope I can use pine for the script,

mail script attachment

2001-06-30 Thread ben djaya
Hi, I have some binary files, and I need to mail it separately. For each file I want to attach it in a mail. Can somebody help me make a script, so that they can be mailed automatically. I hope I can use pine for the script, or mail is OK. Thank you in advance. Benny __

Re: mail script

2001-03-05 Thread Alvin Oga
hi ya in .login ( or .bash_profile ) assuming your environment variables are set "properly" DATE=`date` mail -s "$USER on $HOST logged in at $DATE " myaddress < /dev/null also works good for anybody that logs in as root... that not supposed to be... c ya alvin On Mon, 5 Mar 2001, MaD dUCK

Re: mail script

2001-03-05 Thread MaD dUCK
also sprach Jaye Inabnit ke6sls (on Mon, 05 Mar 2001 07:19:16PM -0800): > looking for a quick sript to add to a .bash_profile to mail me when a user > logs on. I'm pretty unfamiliar with all the stratigies, but would like a > simple message to myself with time and user name. Any ideas GREATLY > a

mail script

2001-03-05 Thread Jaye Inabnit ke6sls
hello, looking for a quick sript to add to a .bash_profile to mail me when a user logs on. I'm pretty unfamiliar with all the stratigies, but would like a simple message to myself with time and user name. Any ideas GREATLY appreciated :) What I found so far, is 'mail -s loggin myaddress' w