Untar files in Current Directory
tar xvf whatevername_yougive.tar
If you want to untar in specified directory
tar xvf whatevername_yougive.tar -C /path/of/directory/to/un-archive
Check how to compress or create tar file here
Creative, Informative and Entertaining Stuff for everyone
Untar files in Current Directory
tar xvf whatevername_yougive.tar
If you want to untar in specified directory
tar xvf whatevername_yougive.tar -C /path/of/directory/to/un-archive
Check how to compress or create tar file here