I want similar option like getche()
in C. How can I read just a single character input from command line?
Using read
command can we do it?
I want similar option like getche()
in C. How can I read just a single character input from command line?
Using read
command can we do it?