Q. How to add the file “file1” in the compressed file “example.tar”?
β
Correct Answer: (C)
tar -rvf file1 example.tar
You must be Logged in to update hint/solution