]> matita.cs.unibo.it Git - helm.git/blob - to_text.sh
a09db612bf3723c1f71813451c2f407cfbaae5b1
[helm.git] / to_text.sh
1 for FILE in `find -name "*.$1"`; do
2    mv $FILE ${FILE/.$1/.txt};
3 done