Question: Write a C Program using the tr command. This program should take one file named File1 with lines such as John:Smith:1234 and replace them with
Write a C Program using the tr command. This program should take one file named File1 with lines such as John:Smith:1234 and replace them with John,Smith,1234 and put that result into a different file named File2. The command line arguments would look like tr : , File1 File2. Please help if you can
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
