End Course Assignment
Which of the following command is used to zip and .tar.gz file contents?
Ans: tar cvzf file.tar.gz [file or directory to be archived]
tar: stands for tape archive, which is used to create Archive and extract the Archive files.
-c: Creates an archi...
pavandevops.hashnode.dev5 min read