标题可能含糊不清,但我有一个很好的例子:
echo "Test message:\nThis is a line.\nAnd this is another." | nail -s "`tail -1`" joe@localhost
这里的目标是将回显的内容作为消息正文发送,并使用最后一行作为主题。然而,当我这样做时,我失去了身体。
echo "Test message:\nThis is a line.\nAnd this is another." | nail joe@localhost
工作正常,但没有主题。