Function And Argument In Shell Script
What is Function? -> If we have to perform repetitive tasks then instead of writing that task every time we write it in a block and whenever needed we run that block and our task gets executed. This block is called a function. Example - Suppose we ha...
Aug 15, 20234 min read6