Is there a way of reading the last element of an arr...
bash last element
$4
$4
Shell Parameter Expansion (Bash Reference Manual) 官方網站上面有寫了詳細的使用規則
$4
寫在 ${parameterffset:length} 底下
$4
明明在字串變數上可以使用 negative length,但是在陣列上確無法使用 negative length,哪泥?