bash script to handle 9000 lines of text by groups of 25 – CentOS
I have an input file with 9095 lines of text. I need to take this list of filenames and use them as input to an ffmpeg command. I really would like to avoid running it all at once (line by…