#! /bin/sh for i in `ls po | sed s'|.po||'` ; do msgmerge --update --no-fuzzy-matching --backup=off po/$i.po pamac.pot done