Dear Freinds
I am new to unix shell scripting. Please help to know, Whether unix shell scripting has user function or not. Like C functions. That is
<return value> <function name> [parameters...]
{
}
If its there then how to do. Pleae give me example for that.
another question
. I wanted to search a multiple strings in a file and i wanted to replace that string to new one.
ex: i wanted to find wills,sujay, deba and this has to change wills=WILLS, sujay=SUJAY, deba=DEBA
This has to be done in sinlge command.
Please help me to know.
thank you