Posts Tagged With: extract

Extract to Given Folder

Tagged with: , , , , ,

extract a tarball into / tmp


tar -xvf archive.tar -C /tmp
1 Comment »

Unrar a RAR File in Linux

Tagged with: , , , , ,

First install the ‘unrar’ package - then run this command…


unrar x file.rar
No Comments »