Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

how to unzip/untar files with extensions .tar

using your terminal, locate the file where it is being placed.

Let's say you have a file file.tar located in your /usr/local/bin

just, type : tar xvf file.tar to unzip/untar the files inside file.tar

hope this helps you....