how do i remove this other than manually?
Please someone has to know

I tried winedit but cant get it to do it with out leaving a blank space.
I am using winxp in case that makes differance
Moderator: Andres Valverde
Roy Harper wrote:the header has [Round "?"] in it from Scid when i sort the games
how do i remove this other than manually?
Please someone has to know
I tried winedit but cant get it to do it with out leaving a blank space.
I am using winxp in case that makes differance
Hi Igor,Igor Gorelikov wrote:You can do dit with sed:
sed "s/Round .?//" input_file > output_file
Better use the batch file with this line.
Igor
sed 's/^\[Round "?"\]$//' input_file > output_file
grep -v '^\[Round "?"\]$' input_file > output_file
Return to Winboard and related Topics
Users browsing this forum: No registered users and 17 guests