What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
No Answer is Posted For this Question
Be the First to Post Answer
How to enable the shell to know what program should be run to interpret the script?
What is option in shell script?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
How would you replace the n character in a file with some xyz?
How to declare functions in unix shell script?
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
Explore about environment variables?
Is bash a shell script?
What is the default shell of solaris?
How to customise the other shell?
What is a shell in operating system?
Script S1 (which copies .dat files from one directory1 to another directory2) run continuously. Write Script S2 which kills S1 first, compresses all .dat files in directory1 and directory2 successfully, re-run Script S1 and stops self i.e. S2.