TAR

  • Basic Syntax

tar [mode] [option] -f [archive] files

MODE

  • x : Extract

  • c : Create

  • a : Append

  • t : List Content

OPTIONS

  • v : verbose

  • z : filter through gunzip

  • j : filter through bzip

Last updated