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
Why is the use of shell script?
What are scripts in psychology?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
How do we delete all blank lines in a file?
How do I debug a shell script?
How do I run a bin bash script?
What language is used in terminal?
Is it possible to substitute "ls" command in the place of "echo" command?
How will you connect to a database server from linux?
What can you do with powershell?
What is echo $shell?
What does debug script mean?
How to redirect both standard output and standard error to the same location?
What is the conditional statement in shell scripting?
How do you know which shell I am using?