RosettaCodeData/Task/Arrays/UNIX-Shell/arrays-2.sh
2023-07-01 13:44:08 -04:00

2 lines
71 B
Bash

count=${#alist[*]}
echo "The number of items in alist is ${#alist[*]}"