История изменений
Исправление sersne, (текущая версия) :
f="$( find -name \*.doc )"; for file in "$f" ; do echo "$file"; abiword --to=txt --to-name=$file.txt $file; done
Ошибка в самом конце списка: 0.sh: 5: 0.sh: abiword: Argument list too long
Исходная версия sersne, :
f="$( find -name \*.doc )"; for file in "$f" ; do echo "$file"; abiword --to=txt --to-name=$file.txt $file; done
Ошибка: 0.sh: 5: 0.sh: abiword: Argument list too long