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 significance of $#?
How do scripts work?
How do I open the shell in cmd?
What language is used in terminal?
What does the sh command do?
What is the lifespan of a variable inside a shell script?
Write a shell script to get current date, time, user name and current working directory.
What is Linux language details
write a shell program to check wheather a given string is pallindrome or not?
Is shell and terminal the same?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
What is subshell?