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
What are different types of shell?
What is ms powershell?
How will you pass and access arguments to a script in linux?
What is sed in shell script?
What is awk script?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is the significance of the shebang line in shell scripting?
What is the first line in a shell script?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
Calculate a real number calculation directly from the terminal and not any shell script.
What is scripting used for?
What is awk in shell script?
Is scripting and coding the same thing?
How do I edit a .sh file?
Can you write a script to portray how set –x works?