Shell script that accepts a filename, starting and ending line numbers as arguments and displays all the lines between the given line numbers

Concept:Cat: cat command is used to create the fileSyntax: cat > file name for creationSyntax: cat file name for displaying a fileSed: sed means stream editor it can be used for editing…

Continue ReadingShell script that accepts a filename, starting and ending line numbers as arguments and displays all the lines between the given line numbers