Créer plusieurs copies dans Linux de fichier
for i in {1..100}; do cp test.ogg "test$i.ogg"; done
Naughty Nightingale
for i in {1..100}; do cp test.ogg "test$i.ogg"; done