19. April 2014 1 min read
Untar tar, gz, xz files
Modern tar does not require you to know special tags for special endings, but it recognizes most of .tar,.tar.gz,.tar.xz file extensions and you can easily extract the content using command:
tar -xf fulltarname
Uncompressing tar files is simple as that in terminal.