31 Oct
2011
31 Oct
'11
06:54
2011/10/31 Carlos E. R. <carlos.e.r@opensuse.org>:
Find lines starting with "#| " and delete them.
A kind soul around? O:-)
I think you can use grep instead of sed; something like grep -v "^#|" file.po > temp.po; mv temp.po file.po I never managed to force sed to remove also the line feed at the end of the removed string. Best, Andrea -- To unsubscribe, e-mail: opensuse-translation+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-translation+owner@opensuse.org