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 --forceSMread, -s
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). See NOTE.
33
34 --forceMEread, -m
35 Forces sendsms to read phonebook from phone memory, and to parse
36 the generated file in order to update the numbers' list (useful
37 only if required to pickup number from the phone's memory). See
38 NOTE.
39
40 --skipgnokiicheck, -K
41 Skip the test of the presence of binary 'gnokii'. (It must be
42 somewhere in your $PATH). It allows you to try this script pro‐
43 gram, even if you don't have 'gnokii' already. ;)
44
45 --smsset, --setsms
46 Allows you to preset a SMS message from STDIN. (pipe or input
47 redirection). This message will be proposed on the 'SMS mes‐
48 sage' field during the program input cycle.
49
50 --help, -h, /h
51 display this help and exit
52
53 --version, -V
54 output version information and exit"
55
56 NOTE: If you require to pickup number from phone's memory (or from SIM
57 card), for the first time, it anyway reads phonebook from your
58 mobile phone. (It may take a while... please, be patient ;-)
59
60
62 None reported.
63
64
65
67 Sendsms was written by Gabriele Zappi - Rimini <gzappi@inwind.it>.
68
69 This manual page was written by Pawel Kot.
70
71
73 This program is distributed under the GNU Public License.
74
75
77 gnokii
78
79
80
81Pawel Kot August 29, 2003 sendsms(1)