What are the types of script?
How can you get the value of pi till a 100 decimal places?
Is bash an operating system?
How to print all the arguments provided to the script?
Explain about the exit command?
Write a shell script to looking at the log file to see if the test has passed or not
How to write a function?
What are the zombie processes?
How do you read arguments in a shell program - $1, $2 ..?
How do I run a bin bash script?
How to redirect both standard output and standard error to the same location?
Is shell scripting useful?
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.