for f in `find third_party/libwebrtc -name moz.build -type f` do awk -f ../replace-moz.build4.awk $f > $f.new; mv $f.new $f done