The linux equivalent for DOS command 'pause' is 'read' .
I am writing a script which automatically connects a user to specific wireless access point .
For this , I want to tell user 'please turn on wireless switch' , he manually does then presses enter so that script enables wlan0 then connects to WPA-PSK network followed by dhcp ip request.
Where is 'read' command ?