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