Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uncompress tar.xz linux

tar -xvf file_name.tar.xz
Comment

extract tar.xz ubuntu

tar -xf file.tar.xz
Comment

extract a tar.xz file linux

tar -xf filename.tar.xz
Comment

unzip tar.xz linux

tar -xf archive.tar.xz -C /home/linuxize/files
Comment

extract tar.xz linux

 tar -xf filename
 
Comment

extract a tar.xz in linux

tar -xvf archive.tar.xz
Comment

ubuntu extract .tar.xz file

unxz file.tar.xz
tar -xf file.tar
Comment

unzip .tar.xz

compress : tar cfJ file.tar.xz myFile

decompress : tar -xJf file.tar.xz
Comment

PREVIOUS NEXT
Code Example
Shell :: ssh vs gpg keys 
Shell :: ionic-native/splash-screen 
Shell :: multi line comment in bash shell 
Shell :: install extension pgcrypto 
Shell :: ngrok download authtoken 
Shell :: how to upgrade in linux 
Shell :: get size of file linux 
Shell :: flutter create command 
Shell :: ubuntu server 20.04 list users 
Shell :: bash bc 
Shell :: apt install slack 
Shell :: docker-compose change working dir 
Shell :: sourcetree change commit message 
Shell :: We no longer support global installation of Create React App. 
Shell :: npm install package as developer dependency 
Shell :: android create keystore command line 
Shell :: timestamp zsh terminal 
Shell :: useful git commands 
Shell :: / bin/sh: 1: bc: not found 
Shell :: linux list environment variables 
Shell :: know version of centos ec2 
Shell :: compdef command not found 
Shell :: Ping with Timestamps 
Shell :: docker compose rebuild image 
Shell :: composer global install 
Shell :: linux blackeye 
Shell :: parameter powershell 
Shell :: vagrant@127.0.0.1: permission denied (publickey). 
Shell :: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? 
Shell :: poetry python install 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =