as far as I understood it, you would need to specify more files or a folder instead.
or
all the files of course need to have the correct amount of lines/passwords that match the number of hashes.
so the input that is used per hash does depend on the line number, as explained in the first post of this thread
Code:
hashcat -m 3200 -a 9 hash.txt dict_*.txt
or
Code:
hashcat -m 3200 -a 9 hash.txt dicts/
all the files of course need to have the correct amount of lines/passwords that match the number of hashes.
so the input that is used per hash does depend on the line number, as explained in the first post of this thread