LINUX.ORG.RU

История изменений

Исправление berrywizard, (текущая версия) :

( while read idns ; do idn --quiet -e "$idns" ; done ) < in-filename > out-filename

Исходная версия berrywizard, :

cat in-filename | ( while read idns ; do idn --quiet -e "$idns" ; done ) > out-filename