Thread: Extensions
View Single Post
Old 10-27-2006, 06:32 PM   #2 (permalink)
Law
Law's Avatar
 
Wizard Techie

Join Date: Aug 2005

Location: the data closet

Posts: 4,172

Law is on a distinguished road

Default

You can find all that out, just do tar --help or man tar

x to extract it while f tells it to force local or use archive file and v is just a verbose way of verifing the process each 10 line.

and it's lower case x not X, X is to exclude a file.

So the basic command for extracting a tar file is tar -xvf file.tar
Law is offline