How to customise the existing shell?
Answer / abhijeet chavan (cts)
The first line in the shell script should be modified as:
#!/usr/bin/<ksh|sh|bash|csh>
Is This Answer Correct ? | 2 Yes | 0 No |
What are the different types of variables used in shell script?
What is awk in shell script?
write a shell script to identify the given string is palindrome or not?
17 Answers CTS, HP, IBM, InfoEst, Wipro,
Give some situations where typing error can destroy a program?
What is gui scripting?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
How to use arguments in a script?
What is a shell environment?
How do I run a shell script in powershell?
What does $# stand for?
Differentiate between ‘ and ” quotes.
Is shell a part of kernel?