How to read a keystroke from Linux commandline
For reading keystroke from bash command line, we can use the following command.
read -n1 -s
For Techs.... Techniques.... Technologies....
For reading keystroke from bash command line, we can use the following command.
read -n1 -s