Buat beberapa salinan di Linux file
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