http://qs321.pair.com?node_id=110661


in reply to Re: Print area between two lines within a file.
in thread Print area between two lines within a file.

That should be 3 dots rather than two. Because the right operand is true whenever the left is true you want to use three so that the right isn't evaluated when the left gets evaluated to true, with two dots it will only print out lines with USE in them and nothing in between.
  • Comment on Re: Re: Print area between two lines within a file.