在 unix shell 脚本中传递电子邮件正文中的环境变量值。我只能使用 uuencode 在我的环境中发送电子邮件。
我已经尝试了以下%$1
和“$ 2”都不起作用。请建议
$Cat scrip1.sh
#!/bin/bash
.
(cat f1.txt; uuencode f2.csv f2.csv) | mails -s "subject" abc@email.com
.
$cat f1.txt
Hello.
The attachment for this month data "$1"
For data `$2`
Thanks
#Where $1 = ABC
$2= folderxyz