Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

copy 1 file 100 times in a single command

Shinta answered on April 14, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • copy first 10 lines of a file to another file in unix
  • Use cp command to copy multiple files from a directory
  • copy all files except one linux
  • copy file batch
  • copy first 100 lines from a file linux
  • copy file command line
  • copy one file content to another in linux
  • cp all files except one
  • copy text from multiple text files to one file cmd
  • use a same command on all the files
  • copying the contents of a file to another in terminal
  • how to multiple files copy in linux
  • linux copy files with specific ending
  • linux cp files with number range
  • ubuntu copy last 1000 lines to new file
  • how to copy a file with same uid in linux

  • copy 1 file 100 times in a single command

    0

    for i in {1..100}; do cp test.ogg "test$i.ogg"; done 

    Popularity 1/10 Helpfulness 1/10 Language shell
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Apr 14 2023
    Shinta
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.