Hello World!
As you already know there's a command in the "BATCH" language named pause which causes the program to get any random character and then continues the scripts (which is mostly used to keep a script running and preventing it to do its work and close the command prompt). Something like the "getch".
Is there anything similar to this at bash?
IMPORTANT NOTE: I don't want my script to stay opened, I want it to get a character (without hitting enter) and continue executing the rest of the script so please don't reply "Tick the keep the terminal opened option" or "Use read".
Thanks
