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 to redirect both standard output and standard error to the same location?
How to print all array elements and their respective indexes?
What is $1 in shell scripting?
What does $1 mean in bash?
What is the fastest scripting language?
Explain about stdin, stdout and stderr?
shell script for reverse the string
What is the difference between scripting and coding?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
wats the deinitions for shell utility and filter?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
What is a batch file used for?
What are the zombie processes?
Where is bash history?