What is the best way, to develop a multi threaded program, to delete certain characters from multiple text files that are passed in as parameters?
Thus, when someone passes as a.out axvc f1 f2 f3 f4 , the goal is to delete all occurences of the characters a,x,v,c from the file f1, f2, f3 and f4.