Hi All,
I use the below code to assign a given by the user character to variable G:
read G
However in order to move forward with executing of my script I need to press enter button. Is it possible to set the read command somehow that it show process forward to the next line immediately after it receive the one letter from stdin?