first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

tar: To unpack a standard .tar file

To unpack a standard .tar file, use this command (from the target directory):

tar -xvf [filename]

options:

x: decompress something
t: view contents
v: verbose mode
f: input from a file 

For more information, see

http://wiki.linuxquestions.org/wiki/Tar
mod date: 2007-10-11T23:36:00.000Z