what is this line in the shell script do ?#!/bin/ksh
Answer Posted / venkatgiri t
/bin/ksh denotes the place where all the commands source
code is stored. Hence when ever we run command, the
commands referred from their.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do I run a shell script on a mac?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What is scripting autism?
How will you pass and access arguments to a script in linux?
How do I debug a shell script?
What is awk script?
Write down the syntax of "for " loop
State the advantages of shell scripting?
How important is shell scripting?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is batch file programming?
What is wc in shell script?
What are the 3 standard streams in linux?
How will you connect to a database server from linux?
What will happen to my current process when I execute a command using exec?