Page tree

Versions Compared

Key

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

...

Extract linux tar gz (Gzip) archive
tar -xzvf mystuff.tgz

Note

The f flag must come at the end or you will get an error.

 

Extract linux simple tar archive
tar -xvf mystuff.tar

...