3
Shell Script - lỗi cú pháp gần mã thông báo bất ngờ `other '
Với kịch bản shell sau đây, tại sao tôi gặp lỗi syntax error near unexpected token `else' Shell Script echo "please enter username" read user_name echo "please enter password" read -s pass echo ${ORACLE_SID} SID=${ORACLE_SID} if ["${ORACLE_SID}" != 'Test'] then sqlplus -s -l $USER_NAME/$PASS@$SID <<EOF copy from scott/tiger@orcl insert EMP …