Why do we use shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What happens on a system call?
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
What is the difference between bash and shell?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
What is the use of "test" command?
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 additional egrep symbols?
what is the difference between sh & bash shell?
How to use arguments in a script?
Write a script to print the first 10 elements of fibonacci series.
Explain about the slow execution speed of shells?