You are viewing a single comment's thread. Return to all comments →
#!/bin/bash readarray bal printf "%s\n" ${bal[@]} | wc -l
my elegant solution
Seems like cookies are disabled on this browser, please enable them to open this website
Count the number of elements in an Array
You are viewing a single comment's thread. Return to all comments →
my elegant solution