Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3035906
By: nobody

Download sed-4.1.2-bin.zip, sed-4.1.2-dep.zip and sed-4.1.2-doc.zip, install
it and then write

sed -n 
":x;s/^\([^\n]*\)Comment\s\+\([^\n]\{0,6\}\)[^\n]*/\1\n\2/;tx;s/^[^\n]*\n//p"
filename.txt

in one line in a cmd windows. For more powerful text processing there is also
the package gawk.

HTH

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to