Here is the script I have been trying:
#!/bin/bash
case “$1” in
[0-9][A-Z])
echo “ <<Usage: $0 >> Script5.rc argb ”
;;
./Script.rc
But when I run it, I get the following error:
syntax error near unexpected token
What am I doing wrong here?