Koozali.org: home of the SME Server

what is the command to expand a tar file

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
what is the command to expand a tar file
« on: January 03, 2005, 04:29:45 PM »
Hi i are trying to expand xoops into a html folder on an ibay cannot rember correct command
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

Offline psoren

  • *
  • 371
  • +0/-0
Re: what is the command to expand a tar file
« Reply #1 on: January 03, 2005, 05:35:09 PM »
Quote from: "stiperstones"
Hi i are trying to expand xoops into a html folder on an ibay cannot rember correct command


tar -xvzf yourfile.tar.gz

Or use midnight commander:
mark the file and hit enter (make sure it's not executeable), and copy the contents to the dir you want.

Per

Offline stiperstones

  • *
  • 177
  • +0/-0
    • http://www.stiperstones.com
Thank you
« Reply #2 on: January 03, 2005, 07:25:21 PM »
Thank you very much psoren
Stiperstones

http://wiki.contribs.org/Koozali_Foundation
Try the Wiki some great how's there

"My Licence".........

Don't report security issues here - Contact security at contribs dot org
Don't report problems here - Please report bugs @ http://bugs.contribs.org/
Don't ask the same question twice - Please search the forums, your question may have been asked before - Thank You.

Offline raem

  • *
  • 3,972
  • +4/-0
Re: what is the command to expand a tar file
« Reply #3 on: January 04, 2005, 02:06:10 AM »
stiperstones

Don't forget the man command, good for finding lots of answers
eg
man tar

etc etc etc
...