fork download
  1. awk '/start_here/,/end_here/'
Success #stdin #stdout 0.02s 5264KB
stdin
random text
random text
random text

start_here
important text
important text
important text
end_here

random text
random text

start_here
important text
important text
important text
end_here

...
start_here
...
end_here
...
stdout
start_here
important text
important text
important text
end_here
start_here
important text
important text
important text
end_here
start_here
...
end_here