How to timeout user input in Linux Bash Shell ?
In Linux, we use read command to take the user input. However sometimes, we may need to timeout the user input to automate the script execution in case no one...
In Linux, we use read command to take the user input. However sometimes, we may need to timeout the user input to automate the script execution in case no one...