I am an R user, and am trying to use for loops with a program that runs in bash (FFmpeg). It seems natural to me to create a vector and then use that vector in the for loop. For example, this is what I would do in R:I am an R user, and am trying to use for loops