what is this line in the shell script do ?#!/bin/ksh
Answer Posted / seshadri sethi
To invoke the shell indirectly this line is added as the
first line in the file.This particular line invokes korn shell
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
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.
Which shell is the best?
Write a shell script to get current date, time, user name and current working directory.
What are the different commands available to check the disk usage?
What is ms powershell?
What is shell application?
Which is better perl or shell scripting?
When should shell programming/scripting not be used?
What is the meaning of $1 in shell script?
What are the two files of crontab command?
How do I save a powershell script?
What is the difference between bash and shell?
What is shell and terminal?
What is the best scripting language?
What is the difference between break and continue commands?