pause

To emulate the DOS command "pause" you can do the following:

read -n 1 -p "Press any key to continue"

pause (last edited 2008-10-31 09:14:30 by 212)