[JDEV] Command Line Interface

2002-06-13 Thread Bob Bingham
Title: Command Line Interface Is it possible to send a message to a online user via command line? For example #echo This is the message | sendito jabber.mylocalserver.com This would be sent from another (unix) system on the LAN. It could also be a script on this other system rather than

Re: [JDEV] Command Line Interface

2002-06-13 Thread DJ Adams
On Wed, Jun 12, 2002 at 10:39:59AM -0400, Bob Bingham wrote: Is it possible to send a message to a online user via command line? For example #echo This is the message | sendito jabber.mylocalserver.com This would be sent from another (unix) system on the LAN. It could also be a script on

Re: [JDEV] Command Line Interface

2002-06-13 Thread Dave
Try doing: echo This is a message | mail [EMAIL PROTECTED] That'll work if he's got an SMTP-t installed. If you want to make sure it always works, install your own SMTP-t and do: echo This is a message | mail [EMAIL PROTECTED] Hope that helped, Dave Cohen [EMAIL PROTECTED] Bob Bingham wrote:

Re: [JDEV] Command Line Interface

2002-06-13 Thread r-a-v-i-v-e-d-a-l-a
the correct technology is not as important as using the technology correctly. - Original Message - From: Bob Bingham To: [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 8:09 PM Subject: [JDEV] Command Line Interface Is it possible to send