mutt -s "test" aaaa@naver.com < /dev/null
mutt -s "test" bbbb@daum.net < test.log
<배치 쉘파일 소스>
for eachPerson in $MAILING_LIST
do
echo $eachPerson
mutt -s "test Subject" $eachPerson -a /DEV/app/test/file.txt < /dev/null
done
'DEV > Server' 카테고리의 다른 글
Error: Could not find or load main class com.a ... 메인 클래스를 못찾을 때 (0) | 2019.04.02 |
---|---|
fileName.sh: line 16: $'\r': command not found 개행 에러 (0) | 2019.04.02 |
리눅스 프로그램 설치확인 (0) | 2019.04.01 |
ORA-12154: TNS:could not resolve the connect identifier specified 디비링크오류 (0) | 2019.03.29 |
log4j:WARN No appenders could be found for logger 오류해결 (0) | 2019.03.28 |