Search Results

1
vote

How can I extract a range of lines from a text file on unix?

perl -ne 'print if 16224..16482' file.txt > new_file.txt …