i need some help with a shell script. I want to start a shell witch is asking for some informations. This should be saved into variables and after entering the informations it should be written in a file.
Something like that:
call shell script
"tell me your name"
John
After this it should write in a file "his name is John"
I know it is a very stupid example, but if i know how to handle this i can adapt this in my special use-case.
Thanks in advance :)