Create a script with the adapted shebang and UNIX rights.It must count the number of alphanumeric characters contained in the program parameters.The script must display on the standard output the count of alphanumeric characters. code example
Example: write a program that accepts a sentence and calculate the number of letters and digits
how to write a program that accepts a sentence and calculate the number of letters