mmcli: send sms containing quotes
Hello there,
To create sms, I think we only got the --messaging-create-sms='text="some kind of text"'
.
I'm still trying to figure out how we should create a sms containing quotes as " or ' or boths. I think using optional argument is pretty much unefficient for paragraph of text as command input. In the best way, we have to process texts and escape chars manually. And it really is a pain when we use shell variables as text input.
Is it possible to have some kind of /dev/stdin as text input ? Or to give a file as text input ?
Have you got solutions or plans for this situations ?
Thanks a lot !