Posted in Command Line, Linux Extract to Given Folder Binny V A August 22, 2008 1 Comment on Extract to Given Folder extract a tarball into / tmp tar -xvf archive.tar -C /tmp Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
unzip foobar.zip -d /tmp
unrar x foobar.rar -d /tmp