As a complete novice to this i am trying to make a Shell Script. This will be driven by a menu with options such as delete file. The part i am scuppered by is for example, when the menu is up, how to get from pressing '1', to actually creating a new file (as this is option 1 on my menu) I appreciate this may not be the easiest of questions to understand as my use of technical terms is limited, however i would appreciate any help. Below is an example of the first section of my menu. I feel once i know where to start i'll be fine
Menu
[1] Create File
[2] Delete File
[3] Rename file
shorbashis the best tool for that (scripting languages are probably much more adequate). But you need to learn about thereadbuiltin ofshand read tldp.org/LDP/abs/html (which does have shortcomings).