find . -name *.vtt -print0 -exec cp {} ./subs/ \;
ls | sort -V | tail -n +1 * > wow.txt
tail -n +1 file1.txt file2.txt file3.txt ==> file1.txt <==