Extract to Given Folder
Tagged with: command, compress, extract, Linux, tar, zip
extract a tarball into / tmp
tar -xvf archive.tar -C /tmp
extract a tarball into / tmp
tar -xvf archive.tar -C /tmp
This entry was posted on Friday, August 22nd, 2008 at 11:46 pm and is filed under Command Line, Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
August 23rd, 2008 08:28
unzip foobar.zip -d /tmp
unrar x foobar.rar -d /tmp