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
Is shell a scripting language?
Explore about environment variables?
What exactly is a shell?
What is the default shell of solaris?
What is the command to find out today's date?
What is shell scripting?
What is the lifespan of a variable inside a shell script?
Can you write a script to portray how set –x works?
Explain about debugging?
What are the four fundamental components of every file system on linux?
What are the types of script?
Is shell a part of kernel?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Write a command sequence to find the count of each word?
Explain about shebang?