/bin/sh read user input
Hi,
Have google'd but can't find the answer...
How can I do this (or something equivalent): read -p "Press Enter to Continue"
..when using the /bin/sh interpreter.
read -p works fine on my other system which uses /bin/bash
TIA.
|