2016-08-18 21 views

答えて

0

終了ステータスをuuencodeで定義する必要があります。 0(EXIT_SUCCESS)、 1(EXIT_FAILURE)

#!/bin/csh 
mailx -s "Sample attachment email" [email protected] <<EOF 
`uuencode myfile.txt 0` 
EOF 
関連する問題