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 is the difference between cmp and diff commands
Write a shell script to check whether a number is Armstrong number or not?
What is the default shell of solaris?
What are the different kinds of loops available in shell script?
What is the significance of the shebang line in shell scripting?
write a shell program to check wheather a given string is pallindrome or not?
How will you pass and access arguments to a script in linux?
How to get script name inside a script?
What is the default ubuntu terminal?
What are the advantages of shell script?
How will you print the login names of all users on a system?
What is eval in shell script?