Solution
Explain the concept of redirection. Illustrate your answer with an example of a situation where redirection would be useful.
Redirection used to output of a program to be stored to a file rather than being sent to the console
Example
Redirection will be very useful if you want to save the output of a program for later/future use.
---
What purpose do arguments serve in a batch file or shell script?
Arguments create the batch file further general purpose for the reason that you can specify one of more arguments at run time.
Without arguments, you would require to change the batch file every time it is run in order to modify hard coded values.
---
Answered first 2 questions
really sorry couldnt able to solve the remaining
all the best
Explain the concept of redirection. Illustrate your answer with an example of a situation where redirection...