To check if a array is empty or not, we can use the arithmetic expansion syntax (( )) in Bash. Here is an example: arr=() if ((${#arr ...
確定! 回上一頁