PostgreSQL
coub
express.js
freeware
git
jquery
laravel
links
linux
macos
mysql
node.js
php
powershell
python
ubuntu
vim
virtualbox
анекдот
блог
игры
интересно
стихи
цитаты
You have to
login
to post a new comment.
How to extract .tar.xz to selected folder?
March 04, 2016
It's simple
tar -xJvf archive-file.tar.xz -C ~/dest/folder/nameAlso simple for regular .tar.gz files
tar -xzvf archive-file.tar.gz -C ~/dest/folder/name
Comments
No comments here yet.