Answer Posted / sujay kumar
First method:
function function_name
{
}
Second Method:
function_name()
{
}
For both methods, the invocation of function would be in
the same format only.
Invocation:
function_name
| Is This Answer Correct ? | 62 Yes | 12 No |
Post New Answer View All Answers
What are the four fundamental components of every file system on linux?
What is a shell made of?
What are the default permissions of a file when it is created?
How do I read a .sh file?
shell script for reverse the string
What is in a script?
What makes c shell a more preferable option than the bourne shell?
What is wc in shell script?
How do I open the shell in cmd?
What language is bash?
What are the different communication commands available in the shell?
What is bash shell command?
Explain about "s" permission bit in a file?
Why is it called a shell?
What is the use of .sh file?