I have a text file that gets generated each evening and I want to do 2 things to it.
1.) Remove the lines that say Page 1 of whatever and
2.) Remove the extra line feed from the file. example below.
Page 1 of 1
This is a test to see how to
remove these
extra line feeds.
In the example above I want to remove the Page 1 of 1 and the test to appear like so:
This is a test to see how to remove these extra line feeds.
can this be done. Any help would be extremely appreciated.
Thanks
1.) Remove the lines that say Page 1 of whatever and
2.) Remove the extra line feed from the file. example below.
Page 1 of 1
This is a test to see how to
remove these
extra line feeds.
In the example above I want to remove the Page 1 of 1 and the test to appear like so:
This is a test to see how to remove these extra line feeds.
can this be done. Any help would be extremely appreciated.
Thanks