What is the best shell scripting language?
No Answer is Posted For this Question
Be the First to Post Answer
How to make userdefined variables to available for all other shells?
What is the best scripting language?
What is shell and terminal?
What is the meaning of $1 in shell script?
What is sudo command?
What are different types of shell?
How do you know which shell I am using?
Write down the syntax for all the loops in shell scripting.
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
Why is used in shell scripting?
What are the different shells available?
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.