msgappend
This appends the specified data to msgId
.
msgappend ?-cvtnull char? msgId data
If you use the -cvtnull
option, then
every instance of char
is converted to a null character
before the data is appended to the message.
This command returns an empty string.