# install
sudo apt-get install -y gnokii# set permissions (TODO set permissions with udev)
sudo chmod o+rw /dev/ttyUSB0# configure
cat < .gnokiirc[global]
model = AT
port = /dev/ttyUSB0
connection = serial
EOF
# show sms statusgnokii --showsmsfolderstatus
# show smsgnokii --getsms MT 0 end
# show sms and filter for "http"gnokii --getsms MT 0 2> /dev/null | grep http
# delete smsgnokii --deletesms MT 0
# Linkshttp://linuxgazette.net/164/tomar.html
http://wiki.gnokii.org/index.php/SMS_options
http://ubuntuforums.org/showthread.php?t=1123538