LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Opening a .tar file (https://www.linuxquestions.org/questions/linux-software-2/opening-a-tar-file-285406/)

njschroe 02-02-2005 12:49 PM

Opening a .tar file
 
Can anyone tell me how to open a .tar file. (I am not talking about a file that ends with .tar.gz). Just plain .tar


Thanks,

:)

secesh 02-02-2005 12:56 PM

tar -xvf file.tar
tar -xjvf file.tar.bz2
tar -zxvf file.tar.gz

--or use a graphical compressed file manager, like file-roller to view contents without extracting


All times are GMT -5. The time now is 04:49 AM.