Erstellen Sie mehrere Kopien unter Linux der Datei
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