/ Published in: Bash
Loops through the variable and produces a joined file - good for joining small files that make a much larger file.
Expand |
Embed | Plain Text
for f in 1 2 3 4 5; do cat big_film.avi.00$f >> big_film.avi; done
You need to login to post a comment.
