5
중첩의 들여 쓰기와 일치하도록 heredoc을 들여 쓸 수 없습니다
스크립팅에 "First World Problems"가 있다면 이것이 문제 일 것입니다. 업데이트하는 스크립트에 다음 코드가 있습니다. if [ $diffLines -eq 1 ]; then dateLastChanged=$(stat --format '%y' /.bbdata | awk '{print $1" "$2}' | sed 's/\.[0-9]*//g') mailx -r "Systems and Operations <sysadmin@[redacted].edu>" -s "Warning Stale BB Data" jadavis6@[redacted].edu <<EOI Last Change: $dateLastChanged This …