PostgreSQL coub express.js freeware git jquery laravel links linux macos mysql node.js php powershell python ubuntu vim virtualbox анекдот блог игры интересно стихи цитаты

How to extract .tar.xz to selected folder?
March 04, 2016
It's simple
tar -xJvf archive-file.tar.xz -C ~/dest/folder/name
Also simple for regular .tar.gz files
tar -xzvf archive-file.tar.gz -C ~/dest/folder/name

Comments

No comments here yet.
You have to login to post a new comment.
aghr