shell指令碼報錯:"[: =: unary operator expected"
shell指令碼報錯:"[: =: unary operator expected"
if [ $RETURN == "OK" ];
then
echo "OK"
fi
此種情況若RETURN為空,則判定為 [ = "OK"],[與"OK"匹配缺少'['。[@more@]
if [ $RETURN == "OK" ];
then
echo "OK"
fi
此種情況若RETURN為空,則判定為 [ = "OK"],[與"OK"匹配缺少'['。[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/23937368/viewspace-1055620/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- hell指令碼報錯:"[: =: unary operator expected"指令碼
- shell指令碼報錯:[: missing `]‘指令碼
- 【Shell】fix 1032報錯資訊的指令碼指令碼
- shell指令碼中如何報錯即刻退出以及如何獲取子shell指令碼的錯誤資訊:set -o errexit指令碼
- shell 指令碼報錯^M: syntax error near unexpected token指令碼Error
- shell 指令碼的除錯問題指令碼除錯
- 執行shell指令碼報錯:-bash: ./test1.sh: /bin/bash^M: ...指令碼
- shell指令碼指令碼
- [Shell] Shell 生成 HTML指令碼HTML指令碼
- sh指令碼執行報錯指令碼
- shell指令碼(二)指令碼
- shell指令碼心得指令碼
- shell指令碼案例指令碼
- 常用shell指令碼指令碼
- 巧用shell指令碼生成快捷指令碼指令碼
- 解決shell指令碼錯誤$’r’ command not found指令碼
- shell指令碼執行錯誤 $‘\r‘:command not found指令碼
- 從一個shell指令碼執行出錯聊起指令碼
- shell指令碼(6)-shell陣列指令碼陣列
- shell指令碼實現自動生成awr報告指令碼
- Python指令碼典型報錯(1)Python指令碼
- Python指令碼典型報錯(2)Python指令碼
- 如何加密shell指令碼加密指令碼
- 初識shell指令碼指令碼
- 執行shell指令碼指令碼
- Shell 指令碼語句指令碼
- shell 指令碼加密 | shc指令碼加密
- Linux Shell指令碼Linux指令碼
- shell指令碼例項指令碼
- 【指令碼】shell語法指令碼
- shell指令碼舉例指令碼
- Shell指令碼基礎指令碼
- Linux shell 指令碼Linux指令碼
- Shell 指令碼編寫指令碼
- shell指令碼總結指令碼
- shell 指令碼寫法:指令碼
- Shell指令碼報錯:-bash: ./switch.sh: /bin/bash^M: bad interpreter: No such file or directory指令碼
- 透過shell指令碼定位效能sql和生成報告指令碼SQL