05-06-2014, 11:11 PM
Yeah that sounds like a great solution!
I'm in windows environment for now so so installed sed.exe from GnuWin32 but the 's/\(.\)/?\1/g' argument doesn't want to accept the ?
I've tried without success
(sed.exe: -e expression #1, char 8: unknown command: `?'):
sed.exe "/\(.\)/?\1/g"
I'll try to figure it out but suggestions are welcomed
I'm in windows environment for now so so installed sed.exe from GnuWin32 but the 's/\(.\)/?\1/g' argument doesn't want to accept the ?
I've tried without success
(sed.exe: -e expression #1, char 8: unknown command: `?'):
sed.exe "/\(.\)/?\1/g"
I'll try to figure it out but suggestions are welcomed