Oron Peled wrote:
Now if you really insist that the file would contain:
me "Shlomo" "this is a test message"
Than you can do some shell judo:
eval sendsms "`cat /tmp/tmp-sms`"
Or simply:
cat /tmp/tmp-sms | xargs sendsms
--
"No, I do not contain myself,"
were the final words from the set of self-excluding sets. :-)
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]