what is this line in the shell script do ?#!/bin/ksh
Answer Posted / satyabrata
A)it give the path of shell and where the shell script will
run.
B) it gives the name of which shell you are working
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is a file basename?
Explain about shebang?
How many fields are present in a crontab file and what does each field specify?
Calculate a real number calculation directly from the terminal and not any shell script.
What are the advantages of shell script?
What command needs to be used to take the backup?
What is the difference between bash and shell?
Which is better perl or shell scripting?
What are types of shells?
Why are shell scripts used?
Explain about the slow execution speed of shells?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
Please give me example of " at command , contrab command " how to use
Explain about echo command?