
for x in *.db; do
	# sed 's/fragment zdjęcia/photo fragment/' < $x > kopia/$x
	awk '{ sub("\r$", ""); print }' "$x" > "./lang2/$x"
done
