What are the disadvantages of shell scripting?
No Answer is Posted For this Question
Be the First to Post Answer
is this growing field and what is average package in this?
What is the use of .sh file?
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.
is there any command to find user password?
The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on
What is in a script?
Why is it called a shell?
How to redirect both standard output and standard error to the same location?
How to initialize a directory size to a variable??
What is difference between shell and bash scripting?
Is shell scripting difficult?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?