Shell script to pass multiple arguments with options
Shell script to pass multiple arguments with options This tutorial will help you to pass multiple arguments in a more organized manner. I have used two arguments “t” and “d” here. The first argument “t” will accept task value and based on the task value you can perform the respective action for a particular date(“d”)….