I am facing a problem, please help me out.
I want to store variables in a file those variables will users input.
example
/etc/getinfo
Now what i want to do is to store these variables in a file present atecho Please Enter Your First Name
read fname
echo Please Enter Your Last Name
read lname
"/etc/info" like
And one more thing, how can i call these variables in other files.FNAME=(input by the person in /etc/getinfo)
LNAME=(input by the person in /etc/getinfo)
Please Help me out....