Answer Posted / pschavan
Script with extension ".sh" or ".ksh" can be excecuted on
command line.
e.g abc.sh or abc.ksh
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is bash shell command?
What is bash eval?
What are the 3 standard streams in linux?
What is the fastest scripting language?
What are script files?
I have 2 files and I want to print the records which are common to both.
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What language is shell scripting?
What is the purpose of scripting?
How can we find the process name from its process id?
What is basename in shell script?
What is the use of break command?
Explain about "s" permission bit in a file?
How to print all array elements and their respective indexes?
I want to connect to a remote server and execute some commands, how can I achieve this?