1,885
edits
Changes
→Investigation 3: How do you restore files from an archive?
#*<code>tar xvzf archive2.tgz</code>
#Note that this time a separate <code>gunzip</code> command was not needed. Why?
#Repeat the previous command, leaving out the option "z". Does it work? Why?
#Compare the <code>README</code> file in this directory with the original file. Are they exactly the same?