[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How send a sms from command line along with the destination no
From: |
BORBELY Zoltan |
Subject: |
Re: How send a sms from command line along with the destination no |
Date: |
Mon, 23 Sep 2002 11:06:07 +0200 |
User-agent: |
Mutt/1.2.5.1i |
Hi,
On Mon, Sep 23, 2002 at 01:50:16PM +0530, Jesal Patel wrote:
> can we send it this way
>
> gnokii --sendsms <number> <message>
gnokii reads the message from the standard input, so the following will work:
echo '<message>' | gnokii --sendsms <number>
Bye,
Bozo