You want to add files to a previously created tar file. You want to replace existing files with newer files, how can you do this?
A.
Use the append command
B.
Use the tar command with the -t switch
C.
Use the add command
D.
Use the tar command with the -u switch