Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

uncompress tar.xz linux

tar -xvf file_name.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

unzip .tar.xz

compress : tar cfJ file.tar.xz myFile

decompress : tar -xJf file.tar.xz
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install pip on mac 
Shell :: git error needs merge 
Shell :: adb for ubuntu 
Shell :: git show last commit 
Shell :: gzip folder with tar 
Shell :: fix failed to fetch in apt-get update 
Shell :: git undo amend 
Shell :: git remote set-url origin 
Shell :: install teamviewer ubuntu 20.04 
Shell :: pm2 command not found 
Shell :: capacitor resources 
Shell :: Error loading webview 
Shell :: install sox in ubuntu 
Shell :: find directory ubuntu 
Shell :: sh check if directory is empty 
Shell :: ssh key mac 
Shell :: update npm with nvm 
Shell :: command to check mongodb version 
Shell :: ubuntu bluetooth protocol not available 
Shell :: downgrade node mac 
Shell :: remove orphan packages manjaro 
Shell :: apt remove ppa 
Shell :: ffmpeg convert mov to mp4 
Shell :: install monodevelopment arch linux 
Shell :: Write a shell scripting program to reverse an array 
Shell :: how to print next lines with grep 
Shell :: pip install boto3 
Shell :: nginx post size 
Shell :: firebase commands 
Shell :: uninstall ionic 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =