⟩ If there are 10 different files with same format. How many ways required to process this file from source side?
It required only one since it read from source side only. It
is not necessary to output as a file.
So if you have same 10 files with format .txt file.
use your eway to read "*.txt" to read all of them.