Question: c language 1. Introduction The purpose of this assignment is to use command line arguments and files in C so that a new command may
c language


1. Introduction The purpose of this assignment is to use command line arguments and files in C so that a new command may be designed. The command we will create is Merge command i.e. multiple copy command that merges the contents of many files in the final file e! 2. Instructionse You can use nano or any other editor to write your C code.d The UNIX command would be creating a variation of COPY command where multiple files would be copied at the end of the final file in the list Command name: merge (compile your program into the output file named merge) Arguments: Required: (at least three) command, source file name, target file name d (additionally) number of extra files you may wish to givee Ex: /merge a.txt b.txt c.txt d.txt-> appends the contents of a.txt b.txt and c.txt at the end of d.txte Bonus (296) : create a new file as a result of merging into a new file when the switch-e is given Ex: /merge a.txt b.txt c.txt d.txt-e new.txt-> copies a.txt b.txt c.txt amd d.txt into a new file named new.txt (overwrites if this file already exist)d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
