1sendsms(1) Gnokii sendsms(1)
2
3
4
6 sendsms - command line tool to send SMSes using gnokii
7
9 sendsms [OPTIONS]
10
11
13 sendsms allows you to send a SMS using gnokii not knowing the syntax of
14 gnokii command. It is written using dialog and allows to send a text
15 SMS choosing recipients from the phone address book or entering it man‐
16 ually.
17
18
19 OPTIONS
20 Available options:
21
22 [--debug|-D]
23 May bother with more debugging messages. For debugging purpose.
24
25 --simul[ate], -S
26 Simulation mode. Doesn't really send SMS by phone. Only simu‐
27 lates. For debugging purpose.
28
29 --forcememread, -F
30 Forces sendsms to read phonebook from SIM card, and to parse the
31 generated file in order to update the numbers' list (useful only
32 if required to pickup number from the phone's memory).
33
34 --skipgnokiicheck, -K
35 Skip the test of the presence of binary 'gnokii'. (It must be
36 somewhere in your ATH). It allows you to try this script pro‐
37 gram, even if you don't have 'gnokii' already. ;)
38
39 --smsset, --setsms
40 Allows you to preset a SMS message from STDIN. (pipe or input
41 redirection). This message will be proposed on the 'SMS mes‐
42 sage' field during the program input cycle.
43
44 --help, -h, /h
45 display this help and exit
46
47 --version, -V
48 output version information and exit"
49
50
52 None reported.
53
54
55
57 Sendsms was written by Gabriele Zappi - Rimini <gzappi@inwind.it>.
58
59 This manual page was written by Pawel Kot.
60
61
63 This program is distributed under the GNU Public License.
64
65
67 gnokii
68
69
70
71 August 29, 2003 sendsms(1)