我在AIX中使用下面的代码,问题是它在邮件的最开头附加了文件,我想在邮件正文后附加文件。
(uuencode <filepath> <filename-in-mail>;cat <body-of-the-mail-file>) | mailx -s "Subject" -r <sender-address> <multiple-receiver-addresses>
有什么想法?,在AIX上只有uuencode工作,base64或任何其他命令都不起作用。
我在代码uuencode cat <body-of-the-mail-file>;<filepath> <filename-in-mail>
中尝试了一个蹩脚的更改,但它给出了错误