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
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.
What are the types of script?
What is the use of a shebang line?
What is a program shell?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is a batch file used for?
Write the syntax for "if" conditionals in linux?
What is the equivalent of a file shortcut that we have a window on a linux system?
How do I set bash as default shell mac?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What are the two files of crontab command?
What is a file basename?
What is in a script?
How to calculate the number of passed arguments?
Is it possible to substitute "ls" command in the place of "echo" command?