In bash
Write a script which receives a list of parameters. If no
parameters are received, output an error message. Otherwise,
iterate through the list and, using a case statement, test each
item in the list to see if it starts with a capital letter, lower
case letter, digit or other. Count each type and output at the end
the total for each category (capital, lower case, digit,
other).