Hi,
I’m a Front-end developer, was trying to accomplish this with some Js+node with no success. Maybe It’s simpler than I think.
My problem is: I have several HTML files that I need to extract the exact same lines from each and condense into a .txt file.
Example:
So, extract lines 2 to 4 from each html file and output all into one single txt
Is there a way to do this with PS ?
Thank you!