Answer Posted / chandru
If the path variable does not contain ur current
directory,then you can execute the script by giving
$./scriptname
If you include your current directory in path variable then
$scriptname
or
If u want to invoke new shell
$ ksh scriptname
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can the contents of a file inside jar be read without extracting in a shell script?
How does shell scripting work?
What is shell scripting used for?
What will happen to my current process when I execute a command using exec?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
How will you print the login names of all users on a system?
Write a command sequence to find the count of each word?
What is basename in shell script?
What is k shell?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What makes c shell a more preferable option than the bourne shell?
What does the sh command do?
What is web script?
What are the various stages of a linux process it passes through?
Why is shell scripting important?