Write a bash script to correct typos in file names. It should take two arguments - the first is the typo and the second is the correction. It should replace all instances of the typo with the correction in the file names in the current directory. If only one argument is supplied, then it should simply delete the typo from the file names. If either zero or more than two arguments are supplied, the script should output a message alerting the user that the script requires 1 or 2 arguments.
Save this script as bash_extra.sh and email it to the instructor.