in reply to Processing text file

perl -pe 's/[^ ]+=//g'
Or maybe you wanted to include some newlines in the input or output? Then please use the <code></code> tags around your code and data.