Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create this sample archive.tar file with some (unix) commands along the lines of:

No Format
ls -l > contextcontent.txt
gzip content.txt
ls -l > non-gzip.txt
mkdir tardir
mv content.txt.gz non-gzip.txt tardir
tar cvf archive.tar tardir
rm -r tardir

...