Il use this thread to ask most of my questions since my Linux book blows. It only covers basic BASH since it's not a BASH guide.
And since my openSUSE doesn't have internet on it I'm stuck going from one system to another.
Btw, to understand my concept:
1- Show date
2- Move a folder
3- See current location
That is the menu which is a script called ./menu
If the script reads 1 then you get shoot to ./date
Then I ask to press enter to show back the menu(Thanks a lot
)
Then back to ./menu
Excetera, each number has it's own script.
As to todays question:
Is there a way to force the user to press enter and nothing else? Does it require an if statement? I saw you mention -s, what exactly do you mean?
P.S Huge thanks to you guys, I'm spending a few hours a day on BASH, Il get it sorted out in no time!