Comment 6 for bug 1395278

Revision history for this message
SirVer (sirver) wrote :

Is this not mechanical?

for i in $(find . -name '*.cc' -or -name '*.h'); do
   sed -i s/\bm_([a-zA-z0-9_]+)/\1_/g;
end