Checking if length of array is equal to a variable in bash ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
Checking if length of array is equal to a variable in bash ...
2012年10月27日 - In your: if [ "${#selected_columns}" -eq "${number_of_columns}" ]; then echo "They are equal!" fi. ${#selected_columns} is missing [@] . Fixed: