Answer Posted / prakash
function Dissplay () {
echo "This is how we define function"
}
Display # Invoking Function
## Function should be defined before we invoke it
| Is This Answer Correct ? | 67 Yes | 26 No |
Post New Answer View All Answers
How does path variable work?
What's the difference between scripting and coding?
What is subshell?
Can you write a script to portray how set –x works?
Is shell scripting easy to learn?
How do I set bash as default shell mac?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
How do I debug a shell script?
What is shell scripting?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How do I run a shell script on a mac?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again
What lives in a shell?
What does sh mean?
Is shell scripting difficult?