Search for file extensions in the given directories

Hey guys,

I'm lost... I need to make a script that will work in this way:

./script.sh -e sh /usr/bin /home/student

this script will result in this output:

amuFormat.sh /usr/bin
gettext.sh /urs/bin
perfect.sh /home/student

the parameter -e <ext> gives you which extension you need to look for
This parameter is followed by all the directories where you need to search for the file extension. The output will then give you the name of the files, followed by the directory in which the file was found...

I really need your help :confused:

Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.

Is this homework?

Edit: Scrutinizer was faster.