# this is a comment
file '/path/to/file1'
file '/path/to/file2'
file '/path/to/file3'
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output
ffmpeg -i input_from_concat -c:v libx264 -preset slow -crf 22 -c:a copy output.mkv
grep -v -x -F -f forbidden_logins.txt logins.txt
findstr.exe /v /b /e /g:2.txt 1.txt>3.txt
/B Искать образец только в началах строк.
/E Искать образец только в конце строк.
/V Печатает строки, не содержащие совпадений с искомыми.
/G:файл Получение строк из заданного файла