Question: Create a bash script called mid that uses the head and tail commands in a pipeline to print out lines somewhere in the middle of
Create a bash script called mid that uses the head and tail commands in a pipeline to print out lines somewhere in the middle of a text file of unknown length.
If the number of lines is not specified in the command print 10 lines as is standard in head and tail. Use the head and tail command to start printing at a specific line and the other limit number of lines printed.
DO NOT use awk or sed in your solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
