Basic Syntax
tar [mode] [option] -f [archive] files
x : Extract
x
c : Create
c
a : Append
a
t : List Content
t
v : verbose
v
z : filter through gunzip
z
j : filter through bzip
j
Last updated 6 months ago