Print File Lines Using Bash Commands

# Introduction In this challenge, we will write a shell script to print the contents of a file from a given line number to the next given number of lines. We will use the `head` and `tail` commands to achieve this. The script will take three command-line arguments: the starting line number, the number of lines to print, and the filename.

|60 : 00

Click the virtual machine below to start practicing