Question: in linux bash Write a script which receives a list of parameters. If no parameters are received, output an error message. Otherwise, iterate through the
in linux 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).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
