Why is a script important?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different shells available?
What is the way to do multilevel if-else's in shell scripting?
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
Why is it called a shell?
What are the advantages of shell script?
what is the difference between writing code in shell and editor?
What does sh mean?
What is a program shell?
How can the contents of a file inside jar be read without extracting in a 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
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.
What are the zombie processes?