タイトルはあいまいかもしれませんが、良い例があります。
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
正常に動作しますが、主題はありません。