Indeed, you should only provide a single dead_file text file. However, there is a function to create such a file automatically, if you already have all your individual dead_files, and if they have the .dead extension. This is the script
>> circus-artefacts mydata.dat
This will search for all the files with the .dead extension (or .trig if you are searching for triggers), and concatenate everything, in the right order (the same that will be used by SC while concatenating your files), with the appropriate offset
So if you have a folder with files mydata_1.dat, mydata_2.dat, mydata_1.dead and mydata_2.dead, running circus-artefacts my_data_1.dat should produce a file dead_zones.txt valid for everything, with multi files
Hope I'm clear...
Best
Pierre