2
Qual é o valor de $ {# 1}?
Por favor, explique o uso ${#1}abaixo: getlable () { if (( ${#1} == 0 )); then test="-"; else test="${1}"; fi; }
9
shell