Answers for "create multiple copies in linux of file"

0

create multiple copies in linux of file

for i in {1..100}; do cp test.ogg "test$i.ogg"; done
Posted by: Guest on September-09-2021

Code answers related to "create multiple copies in linux of file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language