2
我使用下面的代碼使用的ksh腳本來發送郵件在UNIX電子郵件錯誤信息非法選項S IN的ksh腳本
echo "Hi. here is my message body" | mail -s "test mail ksh" "[email protected],[email protected]"
,但我一直提示以下錯誤:
mail: illegal option -- s
usage: mail [+] [-epqr] [-f file]
mail [-dt] persons
請與幫助正確的格式使用。