Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-27-2006, 06:08 PM   #1 (permalink)
 
Banned

Join Date: Jul 2003

Posts: 878

24giovanni

Default Extensions

Using FC5, If I have a .tar extension with the arguments of xvf do they stand for the following:
X= extract, v= verify, f= file stand? Is that correct? If not, what do the stand for please?

TIA
24giovanni is offline  
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  
Old 10-27-2006, 08:25 PM   #3 (permalink)
 
Banned

Join Date: Jul 2003

Posts: 878

24giovanni

Default

Quote:
Originally posted by Law
f tells it to force local or use archive file and v is just a verbose way of verifing the process each 10 line.

So the basic command for extracting a tar file is tar -xvf file.tar
Law, Yes I did do that. Could I interpret the f to mean extract, verbosely the file associated to the.tar?

In a sense then even though v is for verbose, it still verifies?
24giovanni is offline  
Old 10-31-2006, 06:48 PM   #4 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

x=extract
v=verbosely or verbose ( send more details of operation to stdout, in this case print all files operated on inside the archive)

v doesnt verify anything

-f means operate on the file after the -f
horndude is offline  
Old 10-31-2006, 07:12 PM   #5 (permalink)
 
Banned

Join Date: Sep 2005

Posts: 5,191

The General

Default

Do "man tar" for more info.
The General is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On