ฉันพยายามที่จะเข้าใจว่ามีอะไรผิดปกติ แต่ก็ไม่สามารถเข้าใจได้ ..
นี่คือส่วนที่ดูเหมือนว่าจะได้รับข้อผิดพลาด ..
elif [ $operation = "man" ]; then
if [ $aug1 = "add" ]; then # <- Line 75
echo "Man Page for: add"
echo ""
echo "Syntax: add [number 1] [number 2]"
echo ""
echo "Description:"
echo "Add two different numbers together."
echo ""
echo "Info:"
echo "Added in v1.0"
echo ""
elif [ -z $aug1 ]; then
echo "Please specify a command to read the man page."
else
echo "There is no manual page for that command."
fi
ฉันได้รับข้อผิดพลาดนี้:
calc_1.2: line 75: [: =: unary operator expected
if
คำสั่งในบรรทัด 75fi
ต้องการ