View difference between Paste ID: XMEEnKpH and nTmAw9Hz
SHOW: | | - or go back to the newest paste.
1-
for i in {1..10}; do printf "file '%s'\n" input.mkv >> mylist.txt; done
1+
for i in {1..10}; do printf "file '%s'\n" *.avi >> mylist.txt; done