What is a batch file used for?
No Answer is Posted For this Question
Be the First to Post Answer
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What does debug script mean?
What is the syntax of "expr" command?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is a shell made of?
What does echo mean in scripting?
What is the crontab?
defination of mapfile in winrunner?
What is sudo 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.
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
write a shell script to find the largest number from 3 given numbers.