• Use tar to create an archive (don't use the z or j option) of all the files in the current directory.
• Compress the tar file with gzip.
• View the contents of archive with gunzip -c gzipped-tar-file | tar tfv -
• View without using gunzip but use the tar instead. (Hint: ?nd the right option to use from the man page).
• Create a subdirectory of the current directory.
• Use tar to unpack the archive into that directory at the current directory.