Req: Text cleaner

  • Thread starter Thread starter ms
  • Start date Start date
M

ms

W98SE

Every so often, I see a file like this:

* XXXXXXXXXXXXXXXXXXXXXXX *
* XXXXXXXXXXXXXXXXXXXXXXX *

etc.

How to save "just" the text between the asterisks- *....*

Mike Sa
 
ms said:
W98SE

Every so often, I see a file like this:

* XXXXXXXXXXXXXXXXXXXXXXX *
* XXXXXXXXXXXXXXXXXXXXXXX *

etc.

How to save "just" the text between the asterisks- *....*

Mike Sa

grep ^* filename | awk '{print $2}'


HTH

best regards

Olaf
 
ms said:
W98SE

Every so often, I see a file like this:

* XXXXXXXXXXXXXXXXXXXXXXX *
* XXXXXXXXXXXXXXXXXXXXXXX *

etc.

How to save "just" the text between the asterisks- *....*

Mike Sa

Goodness, whereever do you see those?

Use any decent text editor and replace the asterisks with nothing. Then
save.


--
dadiOH
____________________________

dadiOH's dandies v3.06...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico
 
dadiOH said:
Goodness, whereever do you see those?

Use any decent text editor and replace the asterisks with nothing. Then
save.

Edxor does replace, but it is difficult to enter what to delete when the asterisks
are at line endings and all the way down the page.

Mike Sa
 
ecleaner will do this.
In the screenshot on this page (found in the clean menu - options)
http://stuff.goatdairying.com/programs/ecleaner.html
all you have to do is change
Check the first box, also clean symbols from end of line
Uncheck the second box, Perform word wrap

Copy and paste the text into ecleaner and then click the smiley face
Return to your text document and click paste (no need to copy the
altered text in ecleaner first)

eCleaner
http://ecleaner.tripod.com/

Hope that is what you are after.
miskairal
 
ms said:
W98SE

Every so often, I see a file like this:

* XXXXXXXXXXXXXXXXXXXXXXX *
* XXXXXXXXXXXXXXXXXXXXXXX *

etc.

How to save "just" the text between the asterisks- *....*

Mike Sa

Thanks to all, programs to look at!

That's a new trick for eCleaner, one of my favorite utils.

Mike Sa
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top