wait for 5 seconds in shell script

hi

how can i wait for 5 seconds inside my shell script? 'wait 5' command doesnot seem to be working?

What exactly is the scenario. You can use sleep 10 to sleep for 10 seconds.

Use sleep command instead of wait, and the wait time you can put accordingly.

Thanks
Namish