what is this line in the shell script do ?#!/bin/ksh
Answer Posted / satchi
to execute the commands in a script using "ksh" shell.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What's the difference between scripting and coding?
Is it possible to substitute "ls" command in the place of "echo" command?
What is wc in shell script?
I want to connect to a remote server and execute some commands, how can I achieve this?
How many fields are present in a crontab file and what does each field specify?
How will you connect to a database server from linux?
How can I set the default rwx permission to all users on every file which is created in the current shell?
What is shell application?
How to get the last line from a file using just the terminal?
How do I open a jshell in cmd?
What is a beat in a script?
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.
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
How will you pass and access arguments to a script in linux?
How do I run a bin bash script?