What is a beat in a script?
No Answer is Posted For this Question
Be the First to Post Answer
Which is better perl or shell scripting?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis
What is the use of "$#" in shell scripting?
What is Path variable?What is its use?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
How can I set the default rwx permission to all users on every file which is created in the current shell?
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.
How would you replace the n character in a file with some xyz?
Why is shell scripting important?
How to find all the files modified in less than 3 days and save the record in a text file?
What is meant by dos operating system?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.