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 is a command line shell?
What is a beat in a script?
How do you find out What is your shell?
What can you do with powershell?
How to get the first line from a file using just the terminal?
Is it possible to substitute "ls" command in the place of "echo" command?
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.
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What is the purpose of scripting?
Is shell a part of kernel?
Explain about "s" permission bit in a file?
How to print the first array element?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is @echo off?
How will you find the 99th line of a file using only tail and head command?