1
for file in ./*; do test [ -f "$file" ] && test [ "$file" == "*.ogg" ] && avconv -i "$file" -acodec mp3 "$file".mp3; done