#!/bin/sh for f in `ls -1 *.po`; do msgmerge $f cooledit.pot -o ./temp ; mv -f ./temp $f ; done