Introduction
You use read -p to ask the user a question and get their answer right away in a script.
When you want to ask the user for their name before continuing.
When you need to confirm an action like deleting a file.
When you want to get a password or secret input from the user.
When you want to choose an option from a menu.
When you want to pause and wait for the user to press Enter.